-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.28 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
{
"name": "schoola-landing",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@next/bundle-analyzer": "^12.0.7",
"axios": "^0.24.0",
"cross-env": "^7.0.3",
"follow-redirects": "^1.14.7",
"nanoid": "^3.2.0",
"next": "^12.0.7",
"next-i18next": "^10.2.0",
"node-fetch": "^3.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.21.2",
"react-mailchimp-subscribe": "^2.1.3",
"react-transition-group": "^4.4.2"
},
"devDependencies": {
"@types/next": "^9.0.0",
"@types/node": "16.11.10",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-mailchimp-subscribe": "^2.1.1",
"@types/react-transition-group": "^4.4.4",
"@types/styled-components": "^5.1.15",
"@typescript-eslint/parser": "^4.33.0",
"autoprefixer": "^10.4.0",
"eslint": "7.32.0",
"eslint-config-next": "12.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"postcss": "^8.4.3",
"prettier": "^2.5.0",
"stylelint-config-recommended": "^6.0.0",
"tailwindcss": "^2.2.19",
"typescript": "4.5.2"
}
}