-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 853 Bytes
/
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
{
"name": "lukes-vite-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ext=js,ts"
},
"devDependencies": {
"@types/d3-delaunay": "^6.0.1",
"@types/d3-polygon": "^3.0.0",
"@types/seedrandom": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"eslint": "^8.30.0",
"rollup-plugin-visualizer": "^5.8.3",
"sass": "^1.57.1",
"typescript": "^4.9.4",
"vite": "^4.0.3",
"vite-plugin-glsl": "^1.0.1"
},
"dependencies": {
"@tweakpane/core": "^1.1.1",
"@tweakpane/plugin-essentials": "^0.1.5",
"d3-delaunay": "^6.0.2",
"d3-polygon": "^3.0.1",
"seedrandom": "^3.0.5",
"tweakpane": "^3.1.1"
}
}