-
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) · 834 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 834 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": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/core": "^0.8.0",
"@chakra-ui/react": "^1.6.10",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@prismicio/client": "^5.1.0",
"@types/prismic-dom": "^2.1.1",
"framer-motion": "^4.1.17",
"next": "11.1.2",
"nextjs-progressbar": "^0.0.11",
"prismic-dom": "^2.2.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"sass": "^1.43.2",
"swiper": "^7.0.8"
},
"devDependencies": {
"@types/node": "^16.11.0",
"@types/react": "17.0.24",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"typescript": "4.4.3"
}
}