-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.56 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
{
"name": "sipe",
"private": true,
"version": "3.0.0",
"scripts": {
"open-browser": "open http://localhost:6100",
"dev": "next dev -p 6100 & yarn open-browser",
"build": "yarn run script && next build",
"start": "next start",
"lint": "eslint --ext .tsx --ext .ts .",
"script": "node .script/gSheet.cjs"
},
"dependencies": {
"@channel.io/channel-web-sdk-loader": "^2.0.0",
"@next/third-parties": "^14.2.11",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"clsx": "^2.1.1",
"framer-motion": "^11.0.3",
"next": "^14.2.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-simple-toasts": "^5.10.1",
"sanitize.css": "^13.0.0",
"swiper": "^11.0.5",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.11",
"@svgr/webpack": "8.1.0",
"@types/node": "^20.12.2",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"dotenv": "^10.0.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.3",
"google-auth-library": "^9.14.0",
"google-spreadsheet": "^4.1.2",
"prettier": "^3.3.3",
"sass": "1.77.8",
"typescript": "^5.5.4",
"webpack": "5.93.0"
},
"packageManager": "[email protected]"
}