-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 KB
/
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
35
36
37
38
39
40
41
{
"name": "thinmint",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"svg": "svgr -d pages/assets/icons pages/assets/icons/svgs"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fullpage/react-fullpage": "^0.1.22",
"@mui/material": "^5.4.2",
"@svgr/webpack": "^6.2.1",
"aos": "^2.3.4",
"babel-preset-es2015": "^6.24.1",
"ethers": "^5.5.4",
"framer-motion": "^6.2.8",
"next": "^12.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-intersection-observer": "^8.33.1",
"react-router-dom": "^6.2.2",
"react-scroll": "^1.8.6",
"sass": "^1.49.9",
"typewriter-effect": "^2.18.2"
},
"devDependencies": {
"@svgr/cli": "^6.2.1",
"autoprefixer": "^10.4.2",
"babel-plugin-inline-react-svg": "^2.0.1",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.23"
}
}