-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.93 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
69
70
{
"name": "ussamaazam.me",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/css": "^11.5.0",
"@juggle/resize-observer": "^3.4.0",
"@react-three/drei": "^8.8.0",
"@react-three/fiber": "^7.0.24",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@vitejs/plugin-react": "^3.0.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"axios": "^1.7.4",
"gltfjsx": "^4.5.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.0.2",
"three": "^0.143.0",
"three-stdlib": "^2.8.8",
"vite": "^4.5.5",
"vite-plugin-svgr": "^2.4.0",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "vite --host",
"build": "tsc && vite build",
"serve": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage",
"lint": "eslint \"src/**\"",
"lint:fix": "eslint \"src/**\" --fix",
"prepare": "husky install"
},
"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/react-hooks": "^8.0.1",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.9",
"@types/react": "^17.0.36",
"@types/react-dom": "^17.0.11",
"@types/three": "^0.136.0",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"@vitest/coverage-c8": "^0.26.2",
"eslint": "^8.10.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^7.0.4",
"jsdom": "^20.0.3",
"typescript": "^4.5.2",
"vitest": "^0.26.2"
}
}