-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
56 lines (56 loc) · 1.38 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
{
"name": "cwg",
"version": "0.2.2",
"sideEffects": [
"*.css"
],
"main": "dist/crossword-generator.min.js",
"description": "crossword generator",
"author": "gaoryrt",
"license": "MIT",
"keywords": [
"crossword",
"cross word"
],
"scripts": {
"build": "npx webpack --config ./public/webpack.prod.js",
"dev": "node ./public/server.js"
},
"devDependencies": {
"@babel/core": "^7.0.1",
"@babel/preset-env": "^7.0.0",
"address": "^1.0.3",
"autoprefixer": "^9.1.5",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.2",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"dayjs": "^1.7.5",
"eslint": "^5.6.0",
"eslint-loader": "^2.1.0",
"express": "^4.16.3",
"file-loader": "^2.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"get-port": "^4.0.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.2",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"style-loader": "^0.23.0",
"uglifyjs-webpack-plugin": "^1.3.0",
"url-loader": "^1.1.1",
"webpack": "^4.19.0",
"webpack-cli": "^3.1.0",
"webpack-dev-middleware": "^3.3.0",
"webpack-hot-middleware": "^2.24.0",
"webpack-merge": "^4.1.4"
},
"dependencies": {
"gelerator": "^2.0.2"
},
"browserslist": [
"iOS >= 8",
"android >= 4.4",
"> 1%"
]
}