forked from fjc0k/fir-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.29 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "fir-ui",
"version": "0.60.2",
"main": "dist/fir-ui.js",
"license": "MIT",
"scripts": {
"dev": "nodemon --watch config/webpack --exec \"webpack-dev-server --config config/webpack/devConfig.js\"",
"build": "webpack --config config/webpack/prodConfig.noGlobal.js & webpack --config config/webpack/prodConfig.js",
"com": "node scripts/component.js",
"release": "lerna publish --conventional-commits",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"eslintConfig": {
"root": true,
"extends": "@fir-ui/fir"
},
"eslintIgnore": [
"dist",
"lib"
],
"files": [
"dist"
],
"dependencies": {
"ant-design-icons": "^1.2.1",
"autosize": "^4.0.2",
"lodash": "^4.17.10",
"normalize.css": "^8.0.0",
"popmotion": "^8.2.1",
"popper.js": "^1.14.3",
"vue-component-register": "^1.1.0",
"vue-css-modules": "^1.2.0",
"vue-iconfont": "^2.5.1",
"vue-merge-data": "^0.2.1",
"vue-messenger": "^2.3.3"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.47",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.49",
"@babel/plugin-syntax-jsx": "^7.0.0-beta.47",
"@babel/plugin-transform-runtime": "^7.0.0-beta.47",
"@babel/preset-env": "^7.0.0-beta.47",
"@babel/runtime": "^7.0.0-beta.47",
"@fir-ui/eslint-config-fir": "^0.50.4",
"autoprefixer": "^8.5.0",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^8.0.0-beta",
"babel-plugin-import": "^1.7.0",
"babel-plugin-transform-vue-jsx": "^4.0.1",
"clean-webpack-plugin": "^0.1.19",
"commander": "^2.15.1",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"fs-extra": "^6.0.1",
"globby": "^8.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"lerna": "^2.9.0",
"mini-css-extract-plugin": "^0.4.0",
"nodemon": "^1.17.4",
"postcss-loader": "^2.1.5",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"svg-to-symbol-loader": "^1.1.3",
"vue": "^2.5.16",
"vue-clipboards": "^1.2.4",
"vue-loader": "^15.0.11",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.16",
"vuepress": "^0.10.0",
"webpack": "^4.8.3",
"webpack-chain": "^4.8.0",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "^3.1.4"
}
}