-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "hbo_next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest --coverage",
"test-ui": "vitest --ui --coverage"
},
"dependencies": {
"@stitches/core": "^1.2.8",
"aos": "3.0.0-beta.6",
"axios": "^0.27.2",
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-feather": "^2.0.10",
"react-transition-group": "^4.4.5",
"swiper": "^8.4.2"
},
"devDependencies": {
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.3",
"@types/aos": "^3.0.4",
"@types/node": "17.0.40",
"@types/react": "18.0.11",
"@types/react-dom": "18.0.5",
"@types/react-transition-group": "^4.4.5",
"@vitejs/plugin-react": "^2.0.1",
"@vitest/coverage-c8": "^0.22.1",
"@vitest/ui": "^0.22.1",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"jsdom": "^20.0.0",
"typescript": "4.7.3",
"vitest": "^0.22.1"
}
}