-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
68 lines (68 loc) · 1.82 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
64
65
66
67
68
{
"name": "react-projects",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@vectopus/atlas-icons-react": "^0.0.7",
"@vercel/analytics": "^0.1.3",
"awaity": "^1.0.0",
"axios": "^0.24.0",
"gsap": "^3.11.4",
"iron-session": "^6.3.1",
"javascript-time-ago": "^2.3.13",
"next": "^12.3.1",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intersection-observer": "^9.4.0",
"react-loading-skeleton": "^3.1.0",
"react-query": "^3.34.6",
"sass": "^1.55.0",
"simple-parallax-js": "^5.6.2",
"spinners-react": "^1.0.7",
"swiper": "^8.4.3",
"three": "^0.140.0",
"use-sync-external-store": "^1.2.0",
"uuid": "^9.0.0",
"vanta": "^0.5.21",
"web-vitals": "^1.1.2",
"zustand": "^4.3.2"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest --watch"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": "18.12.1",
"npm": "8.19.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^14.4.3",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1"
}
}