-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.28 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
{
"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": {
"@types/babel__core": "^7.1.19",
"@types/chroma-js": "^2.1.4",
"@types/d3": "^7.4.0",
"@types/dat.gui": "^0.7.7",
"@types/hammerjs": "^2.0.41",
"@types/node": "^18.11.4",
"@types/offscreencanvas": "^2019.7.0",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.26.0",
"prettier": "^2.7.1",
"sass": "^1.55.0",
"typescript": "^4.8.4",
"vite": "^3.1.8",
"vite-plugin-glsl": "^0.5.3",
"vite-plugin-solid": "^2.3.10"
},
"dependencies": {
"@tweenjs/tween.js": "^18.6.4",
"chroma-js": "^2.4.2",
"d3": "^7.6.1",
"dat.gui": "^0.7.9",
"hammerjs": "^2.0.8",
"pixi.js": "^6.5.8",
"regl": "^2.1.0",
"solid-app-router": "^0.4.2",
"solid-js": "^1.6.0",
"stats-js": "^1.0.1"
}
}