-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
57 lines (57 loc) · 1.63 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
{
"name": "cxy-keyboard",
"version": "1.3.6",
"description": "H5业务使用的违章键盘",
"main": "./keyboard/index.js",
"scripts": {
"clean": "rimraf dist",
"build:webpack": "webpack --config webpack.pro.config.js --progress --colors",
"build": "npm-run-all clean build:webpack",
"watch": "webpack --watch --config webpack.pro.config.js",
"start": "webpack-dev-server --config webpack.dev.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cxy-keyboard",
"keyboard",
"h5-keyboard",
"YS-keyboard",
"H5键盘",
"违章键盘"
],
"author": "YS",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^7.2.2",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"babel-runtime": "^6.26.0",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^2.30.1",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"lodash": "^4.17.4",
"npm-run-all": "^4.1.2",
"postcss-loader": "^2.0.9",
"postcss-pxtorem": "^4.0.1",
"postcss-scss": "^1.0.2",
"precss": "^2.0.0",
"rimraf": "^2.6.2",
"rucksack-css": "^1.0.2",
"sass-loader": "^6.0.6",
"scss": "^0.2.4",
"scss-loader": "0.0.1",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7"
}
}