-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.26 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
{
"name": "phasmophobia-helper",
"version": "0.3.1",
"homepage": "https://phasmo.monster/",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --dir src",
"format": "prettier --write \"src/**/*.{tsx,ts,css}\"",
"spelling": "cspell --no-progress --show-suggestions --gitignore **/*.{tsx,ts,js,jsx,css,json,md}"
},
"dependencies": {
"classnames": "^2.5.1",
"framer-motion": "^11.11.17",
"next": "^15.0.3",
"nextjs-google-analytics": "^2.3.7",
"notistack": "^3.0.1",
"react": "^18.3.1",
"react-confetti": "^6.1.0",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"react-transition-group": "^4.4.5",
"react-use": "^17.5.1",
"react-wrap-balancer": "^1.1.1",
"zustand": "^5.0.1"
},
"devDependencies": {
"@types/node": "^22.10.0",
"@types/react": "^18.3.12",
"@types/react-transition-group": "^4.4.11",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"cspell": "^8.16.1",
"eslint": "^8.57.1",
"eslint-config-next": "^15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^5.0.0",
"prettier": "^3.4.1",
"typescript": "^5.7.2"
}
}