-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
28 lines (28 loc) · 938 Bytes
/
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
{
"name": "eeui-docs",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"git-push": "git add -A && git commit -m 'no msg' && git push --progress 'origin' master:master",
"dev": "vuepress dev",
"build": "vuepress build",
"indexes": "php ./.vuepress/sreach.php",
"build+git-push": "vuepress build && npm run git-push",
"indexes+build+git-push": "vuepress build && npm run indexes && vuepress build && npm run git-push"
},
"devDependencies": {
"axios": "^0.19.2",
"babel-plugin-import": "^1.13.0",
"core-js": "^3.6.5",
"less": "^3.12.2",
"less-loader": "^6.2.0",
"node-sass": "^4.14.1",
"sass-loader": "^9.0.3",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"iview": "^3.5.4",
"vuepress": "^1.9.7",
"vuepress-plugin-container": "^2.1.5"
}
}