-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
46 lines (46 loc) · 1.44 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
{
"name": "uni",
"version": "1.0.0",
"description": "A UI Components base on JQuery",
"main": "index.js",
"scripts": {
"watch": "webpack --config build/webpack.develop.js --watch",
"docs:dev": "vuepress dev vuepress",
"docs:dev2": "vuepress dev vuepress --host 192.168.116.136",
"docs:build": "vuepress build vuepress",
"dev": "npm run docs:dev",
"dev2": "npm run docs:dev2",
"build": "webpack --config build/webpack.production.js && npm run docs:build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linjinze999/uni.git"
},
"author": "linjinze999",
"license": "MIT",
"bugs": {
"url": "https://github.com/linjinze999/uni/issues"
},
"homepage": "https://github.com/linjinze999/uni#readme",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.0.0-rc.1",
"@vuepress/plugin-nprogress": "^1.0.0-rc.1",
"@vuepress/plugin-pwa": "^1.0.0-rc.1",
"css-loader": "^2.1.1",
"eslint": "^5.15.1",
"expose-loader": "^0.7.5",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"jquery": "^3.4.1",
"markdown-it-container": "^2.0.0",
"node-sass": "^4.11.0",
"sass": "^1.17.3",
"sass-loader": "^7.1.0",
"scss-loader": "0.0.1",
"style-loader": "^0.23.1",
"vuepress": "^1.0.0-beta.1",
"vuepress-plugin-container": "^2.0.1",
"webpack-merge": "^4.2.1"
},
"dependencies": {}
}