-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.73 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.73 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "cd-element",
"version": "0.0.1",
"eleversion": "2.3.7",
"description": "a Web Design Language",
"main": "dist/index.min.js",
"scripts": {
"build:style": "gulp --gulpfile build/gulp.style.js",
"build": "webpack --config build/webpack.config.js",
"build:all": "npm run build:style && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeages-design/cd-element.git"
},
"keywords": [
"cd-element",
"vue",
"component",
"ui-component",
"framework"
],
"author": "code design",
"license": "MIT",
"bugs": {
"url": "https://github.com/codeages-design/cd-vue/issues"
},
"homepage": "https://github.com/codeages-design/cd-vue#readme",
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1",
"cross-env": "^5.1.4",
"css-loader": "^0.25.0",
"element-ui": "2.3.7",
"file-loader": "^0.11.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-cssmin": "^0.2.0",
"gulp-sass": "^4.0.1",
"node-sass": "^4.5.0",
"postcss-loader": "^1.3.1",
"sass-loader": "^6.0.2",
"url-loader": "^0.5.7",
"vue": "^2.5.16",
"vue-loader": "^14.2.2",
"vue-router": "^3.0.1",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.5.0",
"webpack-cli": "^2.1.2",
"webpack-dev-server": "^3.1.3",
"webpack-merge": "^4.1.2"
}
}