-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.82 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "forsaken-ideas",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
"gallery:dev": "vite --host",
"gallery:build": "run-p gallery:type-check gallery:build-only",
"gallery:preview": "vite preview",
"gallery:build-only": "vite build",
"gallery:type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"gallery:lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"gallery:format": "prettier --write src/",
"sketch:list": "node tasks/concat-sketch-properties.mjs",
"sketch:publish": "cp -r ./public/sketch ./dist/",
"sketch:setup": "node tasks/cli-setup-sketch.mjs",
"sketch:setupAll": "node tasks/setup-vite-for-all-sketches.mjs",
"sketch:dev": "cd ./sketch/$@ && vite",
"sketch:build": "cd ./sketch/$@ && vite build",
"sketch:buildAll": "node tasks/build-all-sketches.mjs"
},
"dependencies": {
"@nclslbrn/artistry-swatch": "^0.0.7",
"@nclslbrn/plot-writer": "^0.1.10",
"@thi.ng/adapt-dpi": "^2.2.49",
"@thi.ng/base-n": "^2.7.25",
"@thi.ng/date": "^2.7.20",
"@thi.ng/dl-asset": "^2.3.83",
"@thi.ng/expose": "^1.2.31",
"@thi.ng/geom": "^8.0.1",
"@thi.ng/geom-sdf": "^0.4.3",
"@thi.ng/hiccup-canvas": "^3.1.1",
"@thi.ng/hiccup-html": "^2.7.8",
"@thi.ng/matrices": "^2.4.1",
"@thi.ng/ramp": "^3.3.5",
"@thi.ng/random": "^3.8.2",
"@thi.ng/rdom": "^1.4.2",
"@thi.ng/resolve-map": "^7.1.85",
"@thi.ng/timestep": "^0.5.51",
"@thi.ng/transducers": "^9.0.7",
"@thi.ng/units": "^0.5.1",
"@thi.ng/vectors": "^7.11.1",
"@types/p5": "^1.7.6",
"alea": "^1.0.1",
"chromotome": "^1.21.4",
"enquirer": "^2.4.1",
"p5": "^1.9.4",
"simplex-noise": "^4.0.1",
"three": "^0.166.0",
"vite-plugin-cdn2": "^1.1.0",
"vue": "^3.4.31"
},
"devDependencies": {
"@babel/preset-env": "^7.24.7",
"@inquirer/prompts": "^5.0.7",
"@rushstack/eslint-patch": "^1.10.3",
"@tsconfig/node18": "^18.2.4",
"@types/node": "^20.14.9",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"child_process": "^1.0.2",
"eslint": "^9.6.0",
"eslint-plugin-vue": "^9.26.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.2",
"typescript": "~5.5.2",
"vite": "^5.3.6",
"vite-plugin-external": "^4.3.1",
"vite-plugin-glsl": "^1.3.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-static-copy": "^1.0.5",
"vue-intersect": "^3.0.0",
"vue-tsc": "^2.0.22"
},
"type": "module",
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}