-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.41 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
{
"name": "easy-creator-kukuxi",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/_mocha",
"eslint": "eslint ./lib --fix",
"build": "webpack --config lib/webpack.prod.js",
"coverage": "nyc npm run test",
"build:status": "webpack --env production --json > stats.json"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"assert": "^2.0.0",
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"cz-conventional-changelog": "^3.1.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"glob-all": "^3.1.0",
"hard-source-webpack-plugin": "^0.13.1",
"husky": "^4.2.3",
"mocha": "^7.1.1",
"nyc": "^15.0.0",
"purgecss-webpack-plugin": "^2.1.0",
"rimraf": "^2.6.3",
"speed-measure-webpack-plugin": "^1.3.1",
"terser-webpack-plugin": "^2.3.5",
"thread-loader": "^2.1.3",
"webpack-bundle-analyzer": "^3.6.1"
},
"dependencies": {
"autoprefixer": "^9.5.1",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"eslint-loader": "^3.0.3",
"express": "^4.17.1",
"file-loader": "^3.0.1",
"friendly-errors-webpack-plugin": "^1.7.0",
"glob": "^7.1.4",
"html-inline-css-webpack-plugin": "^1.2.1",
"html-loader": "^0.5.5",
"html-webpack-externals-plugin": "^3.8.0",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.6.0",
"node-notifier": "^5.4.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.6.0",
"px2rem-loader": "^0.1.9",
"raw-loader": "^0.5.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.1.2",
"url-loader": "^1.1.2",
"webpack": "^4.34.0",
"webpack-cli": "^3.3.4",
"webpack-merge": "^4.2.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}