-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.71 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.71 KB
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
{
"name": "thomas-richartz",
"homepage": "https://thomas-richartz.github.io",
"version": "0.1.2",
"private": true,
"dependencies": {
"@radix-ui/react-icons": "^1.3.1",
"@react-spring/parallax": "^9.5.5",
"@react-spring/web": "^9.7.5",
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/lodash.throttle": "^4.1.7",
"@types/node": "^18.11.9",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@use-gesture/react": "^10.3.1",
"axios": "^1.2.1",
"gh-pages": "^6.2.0",
"lodash.throttle": "^4.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-lazy-load-image-component": "^1.5.5",
"react-spring": "^9.7.5",
"three": "^0.176.0",
"tone": "^15.1.22",
"typescript": "^4.4.2",
"usehooks-ts": "^2.9.1",
"web-vitals": "^2.1.0",
"tslib": "^2.0.0"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d build --cname thomas-richartz.com",
"image-optimize": "scripts/optimize.js"
},
"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"
]
},
"devDependencies": {
"sharp": "^0.33.5",
"@types/css-modules": "^1.0.5",
"@vitejs/plugin-react": "^4.3.3",
"vite": "^6.3.5"
}
}