-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 799 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 799 Bytes
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
{
"name": "calla",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^1.6.6",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"axios": "^0.21.1",
"framer-motion": "^4",
"next": "11.0.1",
"next-pwa": "^5.2.24",
"next-seo": "^4.26.0",
"node-html-parser": "^4.1.3",
"parse-json": "^5.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"request": "^2.88.2",
"swr": "^0.5.6"
},
"devDependencies": {
"@types/gtag.js": "^0.0.7",
"@types/react": "17.0.16",
"eslint": "7.32.0",
"eslint-config-next": "11.0.1",
"typescript": "4.3.5"
}
}