-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "transmission-rss",
"version": "1.0.0",
"description": "",
"main": "js/app.js",
"scripts": {
"build": "npx webpack --progress --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/iben12/transmission-rss.git"
},
"author": "iben",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/iben12/transmission-rss/issues"
},
"homepage": "https://gitlab.com/iben12/transmission-rss#README",
"dependencies": {
"axios": "^0.21.2",
"caniuse-db": "^1.0.30000622",
"moment": "^2.17.1",
"sass": "^1.44.0",
"vue": "^2.1.10"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"babel-loader": "^8.0.6",
"core-js": "3",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"raw-loader": "^0.5.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.13.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
}
}