forked from lzuntalented/lz-h5-edit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.94 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
{
"name": "lz-h5-edit",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"install": "lerna bootstrap --hoist",
"start": "webpack-dev-server --config webpack/webpack.config.js",
"build": "lerna run build && lerna run build:es",
"build:es": "lerna run build:es",
"link": "lerna link",
"webpack": "webpack --config webpack/webpack.build.config.js",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"publish": "lerna publish --skip-git",
"server": "lerna run server",
"add": "node ./packages/cli/src/index.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-async-to-generator": "^7.5.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"antd-dayjs-webpack-plugin": "^1.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.11.0",
"chalk": "^2.4.2",
"compare-versions": "^3.5.1",
"css-loader": "^0.28.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^3.2.0",
"lerna": "^3.5.1",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^5.0.0",
"read-pkg": "^2.0.0",
"sass-loader": "^6.0.3",
"slick-carousel": "^1.6.0",
"style-loader": "^0.16.1",
"uglify-js": "^2.8.3",
"uglifyjs-webpack-plugin": "^0.4.3",
"url-loader": "^0.5.8",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.3.1"
}
}