forked from jae-jae/Userscript-Plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.5 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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "show-site-all-userjs",
"version": "2.0.0",
"description": "Show current site all UserJS,The easier way to install UserJs for Tampermonkey.",
"scripts": {
"build": "webpack --config=build/webpack.config.js && webpack --config=build/webpack.gf.config.js && node build/userscript.js",
"watch:ui": "webpack --watch --config=build/webpack.config.js",
"standard": "standard --plugin html 'src/**/*.{js,vue}' --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jae-jae/Show-Site-All-UserJS.git"
},
"keywords": [
"userjs",
"tampermonkey"
],
"author": "Jaeger <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jae-jae/Show-Site-All-UserJS/issues"
},
"homepage": "https://github.com/jae-jae/Show-Site-All-UserJS#readme",
"devDependencies": {
"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.7",
"eslint-plugin-html": "^3.2.0",
"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",
"vue": "^2.4.2",
"vue-i18n": "7.2.0"
},
"standard": {
"ignore": [
"user.js"
]
}
}