-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.39 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.39 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
{
"name": "creative-coding",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "prettier -w \"**/*.{tsx,css,md,ts,html,js}\"",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CM-Tech/creative-coding.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"devDependencies": {
"@suid/vite-plugin": "^0.3.1",
"@types/babel__core": "^7.20.5",
"@types/chroma-js": "^3.1.1",
"@types/d3": "^7.4.3",
"@types/dat.gui": "^0.7.13",
"@types/hammerjs": "^2.0.46",
"@types/node": "^22.13.0",
"@types/offscreencanvas": "^2019.7.3",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"eslint": "^9.19.0",
"prettier": "^3.4.2",
"sass": "^1.83.4",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vite-plugin-glsl": "^1.3.1",
"vite-plugin-solid": "^2.11.0"
},
"dependencies": {
"@solidjs/router": "^0.15.3",
"@suid/icons-material": "^0.8.1",
"@suid/material": "^0.18.0",
"@tweenjs/tween.js": "^25.0.0",
"chroma-js": "^3.1.2",
"d3": "^7.9.0",
"dat.gui": "^0.7.9",
"hammerjs": "^2.0.8",
"pixi.js": "^6.5.8",
"regl": "^2.1.1",
"solid-js": "^1.9.4",
"stats-js": "^1.0.1"
}
}