-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.62 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "site",
"version": "0.1.0",
"private": true,
"dependencies": {
"@hookform/resolvers": "^2.9.6",
"@netlify/functions": "^1.0.0",
"ace-builds": "^1.7.1",
"array-flat-polyfill": "^1.0.1",
"axios": "^0.27.2",
"clsx": "^1.2.1",
"emailjs-com": "^3.2.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"lottie-react": "^2.4.0",
"lottie-web": "^5.9.6",
"luxon": "^3.0.1",
"next": "^12.3.4",
"query-string": "^7.1.1",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-custom-scrollbars-2": "^4.5.0",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"react-hook-form": "^7.33.1",
"react-select": "^5.4.0",
"sass": "^1.53.0",
"seedrandom": "^3.0.5",
"unfocus": "^1.0.1",
"web-vitals": "^2.1.4",
"zod": "^3.17.9"
},
"scripts": {
"dev": "next dev",
"build": "next build && next export"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.3.0",
"@types/jest": "^28.1.6",
"@types/luxon": "^3.0.0",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "^18.0.6",
"@types/seedrandom": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"typescript": "4.9.4",
"typescript-plugin-css-modules": "^3.4.0"
}
}