generated from sibivel/typescript-webpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 867 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 867 Bytes
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
{
"files": [
"src/"
],
"scripts": {
"start": "webpack-dev-server --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"publish-page": "gh-pages -d dist",
"publish": "yarn run build && yarn run publish-page"
},
"devDependencies": {
"@tensorflow/tfjs": "^3.19.0",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.2.0",
"eslint-config-google": "^0.14.0",
"eslint": "^8.23.0",
"gh-pages": "^3.2.3",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.3.0",
"phaser": "^3.55.2",
"prettier": "^2.7.1",
"ts-loader": "^9.2.5",
"typescript": "^4.8.3",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.0",
"webpack": "^5.76.0"
},
"dependencies": {}
}