-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 919 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
{
"name": "ics-final-project",
"version": "0.0.1",
"license": "GLWTPL",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"tsc": "tsc"
},
"devDependencies": {
"@types/p5": "^0.9.1",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"eslint": "^8.38.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-node": "^0.3.7",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"typescript": "^4.2.3",
"vite": "^2.3.3",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-full-reload": "^1.0.5",
"vite-plugin-javascript-obfuscator": "^2.0.0"
},
"dependencies": {
"astar-typescript": "^1.2.7",
"p5": "^1.3.1"
}
}