forked from allister-grange/startertab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.21 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
{
"name": "startertab",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.0",
"@chakra-ui/react": "^1.8.8",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@next/bundle-analyzer": "^12.2.5",
"@tanstack/query-sync-storage-persister": "^4.2.3",
"@tanstack/react-query": "^4.2.3",
"@tanstack/react-query-persist-client": "^4.2.1",
"cookie": "^0.5.0",
"cookies-next": "^2.0.4",
"crypto-js": "^4.1.1",
"framer-motion": "^4",
"moment": "^2.29.1",
"next": "12.1.6",
"react": "^18.1.0",
"react-colorful": "^5.5.1",
"react-device-detect": "^2.2.2",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "18.1.0",
"react-error-boundary": "^3.1.4",
"react-icons": "^4.3.1",
"react-no-ssr": "^1.1.0",
"recharts": "^2.1.9",
"recoil": "^0.7.4"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/node": "16.11.12",
"@types/react": "18.0.1",
"@types/react-no-ssr": "^1.1.3",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"typescript": "4.5.3"
}
}