-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 932 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
35
36
{
"name": "p5-typescript-starter",
"version": "1.0.0",
"description": "A bare-bones boilerplate for p5.js with TypeScript & Parcel",
"main": "index.html",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html"
},
"keywords": [
"p5js",
"boilerplate",
"typescript",
"parcel-bundler"
],
"homepage": "https://github.com/arcdelta/p5-typescript-starter",
"repository": {
"type": "git",
"url": "https://github.com/arcdelta/p5-typescript-starter.git"
},
"author": "Vladislav Mon <[email protected]>",
"license": "MIT",
"dependencies": {
"fix-webm-duration": "^1.0.4",
"p5": "^0.9.0"
},
"devDependencies": {
"@types/dom-mediacapture-record": "^1.0.11",
"@types/node": "^17.0.21",
"@types/p5": "^0.9.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"parcel-bundler": "^1.12.4",
"typescript": "^3.8.3"
}
}