-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.37 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
{
"name": "battle-city",
"version": "2.0.1",
"description": "Battle City base on H5, play and enjoy it",
"keywords": [
"typescript",
"Javascript",
"h5",
"canvas",
"vite"
],
"homepage": "https://github.com/hec9527/BattleCity#readme",
"bugs": {
"url": "https://github.com/hec9527/BattleCity/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/hec9527/BattleCity.git"
},
"license": "MIT",
"author": {
"name": "hec9527",
"email": "hec9527@foxmail.com"
},
"main": "index.js",
"scripts": {
"build": "vite build",
"dev": "npm run start",
"preview": "vite preview",
"start": "vite --host --port 10086"
},
"devDependencies": {
"@types/node": "^14.14.5",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"less": "^4.1.3",
"prettier": "^2.8.3",
"prettier-plugin-packagejson": "^2.4.2",
"stylelint": "^14.16.1",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^29.0.0",
"stylelint-order": "^6.0.1",
"typescript": "^4.9.5"
},
"dependencies": {
"vite": "^5.2.11",
"vite-plugin-pwa": "^0.20.0"
}
}