-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1003 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1003 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
36
37
38
39
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint",
"styles": "sass --watch styles/Home.module.scss styles/main.css"
},
"dependencies": {
"@chakra-ui/react": "^2.7.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"framer-motion": "^10.12.16",
"next": "13.2.4",
"react": "18.2.0",
"react-cookie-consent": "^8.0.1",
"react-dom": "18.2.0",
"react-ga4": "^2.1.0",
"react-icons": "^4.9.0",
"styled-jsx": "^5.1.2",
"typescript": "5.0.3"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^5.17.1",
"cypress": "^12.14.0",
"dts-gen": "^0.6.1",
"find-webpack": "^2.2.1",
"sass": "^1.63.4"
}
}