-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.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
{
"name": "svd-visualisation",
"version": "0.1.0",
"private": true,
"homepage": "https://cristianpjensen.github.io/svd-visualisation",
"dependencies": {
"@react-spring/three": "^9.4.4",
"@react-three/drei": "^8.16.5",
"@react-three/fiber": "^7.0.26",
"@tweenjs/tween.js": "^18.6.4",
"gh-pages": "^3.2.3",
"ml-matrix": "^6.8.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-latex-next": "^2.1.0",
"react-scripts": "4.0.3",
"three": "^0.138.3",
"zustand": "^3.7.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react": "^17.0.29",
"@types/react-dom": "^17.0.9",
"@types/three": "^0.133.0",
"typescript": "^4.6.2"
}
}