-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.35 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
42
43
44
45
46
47
48
49
{
"name": "uddug",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node -r dotenv/config node_modules/next/dist/bin/next",
"build": "node -r dotenv/config node_modules/next/dist/bin/next build",
"export": "node -r dotenv/config node_modules/next/dist/bin/next export",
"start": "node -r dotenv/config node_modules/next/dist/bin/next start",
"lint": "next lint"
},
"dependencies": {
"@sendgrid/mail": "^8.1.1",
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^1.0.54",
"classnames": "^2.3.1",
"dotenv": "^16.4.5",
"framer-motion": "6.2.4",
"lottie-react": "^2.4.0",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-scroll": "^1.8.7",
"react-use": "^17.3.2",
"swiper": "^11.0.6"
},
"devDependencies": {
"@svgr/webpack": "^6.2.1",
"@types/node": "17.0.22",
"@types/react": "17.0.41",
"@types/react-scroll": "^1.8.3",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"postcss": "^8",
"postcss-custom-media": "^8.0.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^7.4.3",
"prettier": "^2.6.0",
"typescript": "4.6.4"
},
"browserslist": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
]
}