forked from Kyutech-C3/OC_2023_frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.97 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
55
56
57
58
59
60
61
62
{
"name": "open_canpas_2023",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"new": "hygen generator new",
"sb": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.15",
"@react-three/drei": "^9.7.2",
"@react-three/fiber": "^8.12.0",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/three": "^0.152.1",
"axios": "^1.4.0",
"date-fns": "^2.30.0",
"eslint": "8.35.0",
"next": "13.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-infinite-scroller": "^1.2.6",
"react-markdown": "^8.0.7",
"react-player": "^2.12.0",
"react-three-fiber": "^6.0.13",
"recoil": "^0.7.7",
"swr": "^2.1.5",
"three": "^0.150.1",
"typescript": "<4.8.0"
},
"volta": {
"node": "19.7.0"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@storybook/addon-essentials": "^7.0.0-beta.55",
"@storybook/addon-interactions": "^7.0.0-beta.55",
"@storybook/addon-links": "^7.0.0-beta.55",
"@storybook/blocks": "^7.0.0-alpha.8",
"@storybook/nextjs": "^7.0.0-beta.55",
"@storybook/react": "^7.0.0-beta.55",
"@types/react-infinite-scroller": "^1.2.3",
"babel-loader": "^8.3.0",
"eslint-config-next": "13.2.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.11",
"file-loader": "^6.2.0",
"hygen": "^6.2.11",
"storybook": "^7.0.0-beta.55"
}
}