-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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": "@cubist-collective/cubist-games-frontend",
"version": "0.1.15",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@cubist-collective/cubist-games-lib": "^0.0.5",
"@rumess/react-flip-countdown": "^1.2.6",
"@uiw/react-md-editor": "^3.19.0",
"date-fns": "^2.29.3",
"framer-motion": "^7.3.2",
"idb": "^7.1.0",
"next": "12.2.5",
"next-remove-imports": "^1.0.7",
"next-transpile-modules": "^9.0.0",
"react": "18.2.0",
"react-countup": "^6.3.2",
"react-dom": "18.2.0",
"react-headroom": "^3.2.0",
"react-hot-toast": "^2.3.0",
"react-modal": "^3.15.1",
"react-select": "^5.5.0",
"react-tooltip": "^4.5.1",
"recharts": "^2.2.0",
"sass": "^1.54.9",
"slugify": "^1.6.5",
"swiper": "^8.4.4",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/node": "18.7.16",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@types/react-headroom": "^2.2.2",
"@types/react-modal": "^3.13.1",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"typescript": "^4.8.4"
}
}