-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "hippy-vue-ui",
"version": "0.0.3",
"description": "",
"main": "dist/index.js",
"author": "abigaleypc <[email protected]>",
"license": "MIT",
"keywords": [
"hippy",
"hippyui"
],
"scripts": {
"start": "webpack --config config/webpack.config.js --watch",
"docs": "docsify serve docs",
"dev": "concurrently 'webpack --config config/webpack.develop.js --watch' 'docsify serve docs'"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@hippy/vue-css-loader": "^2.0.3",
"babel-loader": "^8.0.6",
"concurrently": "^4.1.2",
"css-loader": "^3.0.0",
"docsify": "^4.11.3",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"scope-loader": "^1.0.3",
"style-loader": "^0.23.1",
"unicode-loader": "^1.0.7",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.4"
},
"peerDependencies": {
"@hippy/vue": "^2.0.1"
},
"dependencies": {
"docsify-cli": "^4.3.0"
}
}