-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 891 Bytes
/
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
{
"name": "orgella",
"version": "0.0.1",
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"test": "echo \"This template does not include a test runner by default.\" && exit 1",
"nstart": "next start",
"nbuild": "next build",
"ndev": "next dev"
},
"devDependencies": {
"@snowpack/plugin-react-refresh": "^2.3.8",
"eslint": "^7.15.0",
"eslint-plugin-react": "^7.21.5",
"snowpack": "^2.18.2"
},
"dependencies": {
"@chakra-ui/react": "1.1.2",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"axios": "^0.21.1",
"formik": "^2.2.6",
"framer-motion": "^3.2.0",
"jsonwebtoken": "^8.5.1",
"next": "^10.0.3",
"next-cookies": "^2.0.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-rating-stars-component": "^2.2.0",
"swr": "^0.4.1",
"zustand": "^3.3.1"
}
}