forked from magicoflolis/Userscript-Plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.67 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.67 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "uscript-plus-firefox",
"version": "2.0.1",
"description": "Show current site all UserJS,The easier way to install UserJs for Tampermonkey.",
"repository": "git+https://github.com/magicoflolis/Userscript-Plus.git",
"keywords": [
"userscript",
"userjs",
"tampermonkey"
],
"author": "Magic Of Lolis",
"license": "MIT",
"bugs": {
"url": "https://github.com/magicoflolis/Userscript-Plus/issues"
},
"homepage": "https://github.com/magicoflolis/Userscript-Plus#userscript-for-firefox",
"scripts": {
"build:all": "webpack --config=build/webpack.config.js && webpack --config=build/webpack.gf.config.js && node build/userscript.js",
"build:default": "webpack --config=build/webpack.config.js",
"build:user": "webpack --config=build/webpack.gf.config.js && node build/userscript.js",
"watch:ui": "webpack --watch --config=build/webpack.config.js"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@mdi/font": "^5.9.55",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.11",
"eslint-plugin-html": "^6.1.1",
"standard": "^10.0.3",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"vue-loader": "^13.0.4",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.4.2",
"webpack": "^3.5.5"
},
"dependencies": {
"animate.css": "^3.5.2",
"fuzzy.js": "^0.1.0",
"iview": "2.12.0",
"psl": "^1.1.31",
"timeago.js": "^3.0.2",
"view-design": "^4.5.0",
"vue": "^2.4.2",
"vue-i18n": "7.2.0"
},
"standard": {
"ignore": [
"user.js"
]
}
}