-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.68 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
{
"name": "create-ssam",
"version": "0.12.0",
"description": "Quickstart a creative coding sketch with ssam",
"type": "module",
"bin": {
"create-ssam": "bin/create-ssam.js"
},
"files": [
"templates",
"dist",
"bin"
],
"main": "index.js",
"scripts": {
"watch": "tsup --watch",
"build": "tsc --noemit && tsup ./src/index.ts"
},
"author": "Daeinc",
"license": "MIT",
"dependencies": {
"cross-spawn": "^7.0.3",
"figlet": "^1.7.0",
"kleur": "^4.1.5",
"prompts": "^2.4.2"
},
"devDependencies": {
"@daeinc/draw": "^0.5.0",
"@daeinc/geom": "^0.11.0",
"@daeinc/keyframes": "^0.1.0",
"@daeinc/math": "^0.7.0",
"@daeinc/timeline": "^0.5.2",
"@thi.ng/arrays": "^2.10.0",
"@thi.ng/color": "^5.6.55",
"@thi.ng/color-palettes": "^1.4.8",
"@thi.ng/random": "^4.0.3",
"@types/cross-spawn": "^6.0.6",
"@types/figlet": "^1.5.8",
"@types/ogl": "npm:ogl-types@^0.0.102",
"@types/prompts": "^2.4.9",
"@types/three": "^0.167.1",
"ogl": "^1.0.8",
"prettier": "^3.3.3",
"ssam": "^0.19.0",
"three": "^0.167.1",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vite": "^5.4.1",
"vite-plugin-glsl": "^1.3.0",
"vite-plugin-ssam-export": "^0.1.1",
"vite-plugin-ssam-ffmpeg": "^0.2.3",
"vite-plugin-ssam-git": "^0.1.2",
"vite-plugin-ssam-replicate": "^0.1.4",
"vite-plugin-ssam-timelapse": "^0.1.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cdaein/create-ssam.git"
},
"keywords": [
"ssam"
],
"bugs": {
"url": "https://github.com/cdaein/create-ssam/issues"
},
"homepage": "https://github.com/cdaein/create-ssam#readme"
}