-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.25 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
{
"name": "breathe-2023-react",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build-prod": "tsc && vite build --base=/breathe/"
},
"dependencies": {
"@pixi/sound": "^5.1.2",
"animejs": "^3.2.1",
"nosleep.js": "^0.12.0",
"pixi.js": "^7.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zustand": "^4.3.8"
},
"devDependencies": {
"@types/animejs": "^3.1.7",
"@types/node": "^18.16.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/sass": "^1.45.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"prettier": "^2.8.8",
"sass": "^1.62.1",
"typescript": "^5.0.2",
"vite": "^4.3.2",
"vite-plugin-svgr": "^3.2.0",
"vite-tsconfig-paths": "^4.2.0"
}
}