-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 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
{
"name": "components-library",
"version": "1.0.0",
"description": "vue components library",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yogi-Jiang/components-library.git"
},
"author": "jiangyangjun",
"license": "ISC",
"bugs": {
"url": "https://github.com/Yogi-Jiang/components-library/issues"
},
"homepage": "https://github.com/Yogi-Jiang/components-library#readme",
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"css-loader": "^0.27.3",
"file-loader": "^0.10.1",
"style-loader": "^0.16.0",
"vue": "^2.2.5",
"vue-html-loader": "^1.2.4",
"vue-loader": "^11.3.2",
"vue-template-compiler": "^2.2.5"
}
}