-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 976 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
33
34
35
36
{
"name": "SnakeGame",
"version": "1.0.0",
"description": "My snake game project",
"main": "index.js",
"author": "Dawid Wyrkowski",
"license": "ISC",
"devDependencies": {
"@types/node": "^14.14.22",
"@types/webpack": "^4.41.26",
"@webpack-cli/init": "^1.1.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
"declaration-bundler-webpack-plugin": "^1.0.3",
"html-webpack-plugin": "^4.5.1",
"mini-css-extract-plugin": "^1.3.5",
"node-sass": "^5.0.0",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"webpack": "^5.18.0",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2",
"wepack-cli": "^0.0.1-security"
},
"scripts": {
"build": "webpack",
"start:dev": "webpack serve"
},
"dependencies": {
"prettier": "^2.2.1"
}
}