-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.5 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": "next-netlify-starter",
"version": "0.5.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"lint": "eslint './**/*.js'",
"lint-fix": "eslint . --fix",
"export": "next export"
},
"dependencies": {
"@react-spring/web": "^9.7.1",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.3",
"cypress": "^10.0.3",
"next": "^12.1.5",
"prop-types": "^15.8.1",
"react": "^18.0.0",
"react-bootstrap": "^2.7.2",
"react-bootstrap-icons": "^1.10.2",
"react-dom": "^18.0.0",
"react-hook-form": "^7.43.7",
"react-parallax-mouse": "^2.0.1",
"react-redux": "^8.0.5",
"react-toggle": "^4.1.3",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.2",
"sass": "^1.59.3",
"scrollreveal": "^4.0.9",
"usehooks-ts": "^2.9.1",
"web-vitals": "^2.1.4",
"winston": "^3.8.2"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-react": "^13.0.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "^5.4.3",
"typescript-eslint": "^7.4.0"
}
}