-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.18 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
71
72
{
"name": "fader360",
"version": "0.3.1",
"private": true,
"homepage": "/editor",
"dependencies": {
"@react-three/drei": "^9.66.6",
"@react-three/fiber": "^8.13.0",
"axios": "^1.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.11.1",
"react-scripts": "5.0.1",
"three": "^0.152.2",
"zustand": "^4.3.8"
},
"scripts": {
"start": "BROWSER=none CHOKIDAR_USEPOLLING=true PORT=45010 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"lint": "yarn eslint --fix src --ext .js,.jsx,.ts,.tsx && yarn prettier --write .",
"eject": "react-scripts eject"
},
"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": {
"@heroicons/react": "^2.0.18",
"@tailwindcss/line-clamp": "^0.4.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.0",
"@types/lodash": "^4.14.194",
"@types/node": "^20.1.2",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/three": "^0.152.0",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-react-hooks": "^4.6.0",
"hex-rgb": "^5.0.0",
"hls.js": "^1.4.2",
"leva": "^0.9.34",
"lodash": "^4.17.21",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"tailwindcss": "^3.3.2",
"three-stdlib": "^2.21.11",
"typescript": "^4.9.4",
"web-vitals": "^3.3.1"
}
}