-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 872 Bytes
/
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
{
"name": "sketches",
"version": "1.0.0",
"description": "Various sketches I create to learn more about create visual programming.",
"main": "index.js",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rollacaster/sketches.git"
},
"keywords": [],
"author": "Thomas Sojka",
"license": "MIT",
"bugs": {
"url": "https://github.com/rollacaster/sketches/issues"
},
"homepage": "https://rollacaster.github.io/sketches/",
"dependencies": {
"bezier-easing": "^2.1.0",
"matter-js": "^0.14.2",
"nice-color-palettes": "^3.0.0",
"p5": "^1.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"shadow-cljs": "^2.20.2",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.12"
}
}