-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
57 lines (57 loc) · 1.55 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
57
{
"name": "zx-tetris",
"version": "0.1.10",
"description": "Tetris game",
"license": "MIT",
"author": "Capricorncd",
"scripts": {
"dev": "webpack serve",
"build": "webpack --mode production",
"lint": "eslint --fix --ext .js,.ts src ./*.js"
},
"keywords": [
"tetris",
"zx-tetris",
"game",
"AudioContext",
"typescript",
"俄罗斯方块",
"游戏",
"dev3cli",
"webpack"
],
"main": "./dist/index.js",
"devDependencies": {
"@babel/plugin-transform-typescript": "^7.13.0",
"@babel/preset-typescript": "^7.13.0",
"@types/html-webpack-plugin": "^3.2.5",
"@types/node": "^15.0.1",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^3.11.3",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-webpack-plugin": "^8.1.1",
"css-loader": "^5.2.4",
"date-utils-2020": "^1.0.2",
"eslint": "^7.25.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-webpack-plugin": "^2.5.4",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"sass": "^1.32.12",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"style-resources-loader": "^1.4.1",
"ts-loader": "^9.1.1",
"ts-node": "^9.1.1",
"typescript": "^4.2.4",
"webpack": "^5.36.2",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.7.3"
}
}