-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 875 Bytes
/
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
{
"name": "pong",
"version": "1.0.1",
"description": "Pong",
"private": true,
"scripts": {
"prebuild": "rimraf dist",
"build": "webpack",
"build:prod": "npm run build -- --mode=production",
"build:dev": "npm run build -- --mode=development -w",
"lint": "eslint ."
},
"author": "Tyler Waters <[email protected]>",
"license": "MIT",
"devDependencies": {
"css-loader": "^3.2.0",
"ejs": "^2.6.2",
"ejs-loader": "^0.3.3",
"eslint": "^6.3.0",
"html-webpack-plugin": "^3.2.0",
"i18n-webpack-plugin": "^1.0.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"offline-plugin": "^5.0.7",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"rimraf": "^3.0.0",
"sass-loader": "^8.0.0",
"terser-webpack-plugin": "^1.4.1",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7"
}
}