-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
46 lines (46 loc) · 1.14 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
{
"name": "fragment-tools",
"version": "0.1.20",
"description": "A web development environment for creative coding",
"main": "index.js",
"bin": {
"fragment": "bin/index.js"
},
"scripts": {
"format": "prettier . --write"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/raphaelameaume/fragment.git"
},
"author": "Raphaël Améaume",
"license": "MIT",
"bugs": {
"url": "https://github.com/raphaelameaume/fragment/issues"
},
"homepage": "https://github.com/raphaelameaume/fragment#readme",
"dependencies": {
"@clack/core": "^0.3.3",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"body-parser": "^1.20.0",
"changedpi": "^1.0.4",
"chokidar": "^3.5.2",
"convert-length": "^1.0.1",
"get-port": "^6.0.0",
"gifenc": "^1.0.3",
"glslify": "^7.1.1",
"is-unicode-supported": "^2.0.0",
"kleur": "^4.1.4",
"sade": "^1.7.4",
"svelte": "^4.0.0",
"svelte-json-tree": "^2.2.0",
"vite": "^5.3.3",
"webm-writer": "^1.0.0",
"ws": "^8.2.3"
},
"devDependencies": {
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.1.2"
}
}