-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 855 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
29
30
31
32
33
34
35
36
37
{
"name": "wui",
"version": "0.0.1",
"description": "awesome UI framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"parcel": "npx parcel index.html --no-cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codevvvv9/winder.git"
},
"keywords": [
"vue",
"UI",
"javascript"
],
"author": "wushaolin",
"license": "MIT",
"bugs": {
"url": "https://github.com/codevvvv9/winder/issues"
},
"homepage": "https://github.com/codevvvv9/winder#readme",
"dependencies": {
"vue": "^2.6.14"
},
"devDependencies": {
"@vue/component-compiler-utils": "^3.2.1",
"parcel-bundler": "^1.12.5",
"sass": "^1.34.1",
"vue-template-compiler": "^2.6.14"
},
"alias": {
"vue" : "./node_modules/vue/dist/vue.common.js"
}
}