-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.14 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.14 KB
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
{
"name": "nextjs-static-website",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build && next export",
"dev": "next dev",
"fix": "next lint --fix",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@google/maps": "^1.1.3",
"@googlemaps/js-api-loader": "^1.16.6",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.15.15",
"@mui/x-charts": "^7.1.1",
"axios": "^1.6.8",
"framer-motion": "^11.0.12",
"generate-password-browser": "^1.1.0",
"gsap": "^3.12.5",
"install": "^0.13.0",
"isomorphic-unfetch": "^3.0.0",
"locomotive-scroll": "^5.0.0-beta.11",
"next": "^12.1.6",
"next-transpile-modules": "^10.0.1",
"npm": "^10.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.71.1"
},
"devDependencies": {
"eslint": "^8.11.0",
"eslint-config-next": "^12.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.0",
"serve": "^13.0.2"
}
}