-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.76 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
{
"name": "datacanvas",
"version": "0.0.0",
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"format": "prettier . --write",
"lint": "eslint --ext .js,.jsx,.ts,.tsx --ignore-path .gitignore --fix src",
"preview": "vite preview"
},
"dependencies": {
"@popperjs/core": "^2.11.2",
"animejs": "^3.2.1",
"haeley-colors": "^0.2.1",
"luxon": "^2.3.0",
"react": "^17.0.2",
"react-collapse": "^5.1.1",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-flow-renderer": "^10.0.0-next.39",
"react-linear-gradient-picker": "^2.0.3",
"react-popper": "^2.2.5",
"react-split": "^2.0.14",
"rxjs": "^6.6.7",
"webgl-operate": "^0.7.5",
"zustand": "^3.6.9"
},
"devDependencies": {
"@lukaswagner/csv-parser": "^0.2.5",
"@types/animejs": "^3.1.4",
"@types/d3": "^7.1.0",
"@types/gl-matrix": "^3.2.0",
"@types/luxon": "^2.0.9",
"@types/papaparse": "^5.3.1",
"@types/react": "^17.0.33",
"@types/react-collapse": "^5.0.1",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"@vitejs/plugin-react": "^1.0.7",
"d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.28.0",
"gltf-loader-ts": "^0.3.1",
"papaparse": "^5.3.1",
"prettier": "^2.5.1",
"sass": "^1.49.4",
"typescript": "^4.4.4",
"vite": "^2.8.0-beta.3",
"vite-plugin-glsl": "^0.0.8"
}
}