-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.5 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
{
"name": "tetris-battle",
"version": "1.0.4",
"description": "forFun",
"main": "index.js",
"repository": "https://github.com/s956142/tetris-battle.git",
"author": "Benson Cho <[email protected]>",
"license": "MIT",
"scripts": {
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch",
"lint": "eslint . --ignore-pattern .gitignore ."
},
"devDependencies": {
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^9.1.1",
"@types/jquery": "^3.5.29",
"@webpack-cli/generators": "^3.0.7",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.1",
"eslint": "8",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-config-xo-typescript": "^4.0.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-spellcheck": "^0.0.20",
"globals": "^15.0.0",
"html-webpack-plugin": "^5.6.0",
"prettier": "^3.1.0",
"prettier-eslint": "^16.1.2",
"sass": "^1.75.0",
"sass-loader": "^14.2.1",
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.1",
"webpack": "^5.91.0"
},
"dependencies": {
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1"
}
}