-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
44 lines (44 loc) · 1.25 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
{
"name": "dd-vue-component",
"version": "1.0.2",
"description": "dingdanlaile vue components library",
"main": "src/index.js",
"scripts": {
"start": "webpack --config webpack.dev.config.js --watch",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"postversion": "npm run changelog"
},
"author": "morning",
"license": "MIT",
"dependencies": {
"dd-common-css": "0.2.2",
"vue": "^2.0.1"
},
"devDependencies": {
"autoprefixer": "^6.4.1",
"babel-core": "^6.14.0",
"babel-helper-vue-jsx-merge-props": "^2.0.2",
"babel-loader": "^6.2.5",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-plugin-transform-vue-jsx": "^3.3.0",
"babel-preset-latest": "^6.14.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.25.0",
"cz-conventional-changelog": "^1.2.0",
"file-loader": "^0.9.0",
"node-sass": "^3.10.0",
"rimraf": "^2.5.4",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue-hot-reload-api": "^2.0.6",
"vue-loader": "^9.5.1",
"webpack": "2.1.0-beta.25"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}