-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 791 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 791 Bytes
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
{
"name": "polymorpher",
"version": "1.2.0",
"devDependencies": {
"@parcel/compressor-brotli": "^2.10.2",
"@parcel/compressor-gzip": "^2.10.2",
"@parcel/optimizer-terser": "2.10.2",
"@parcel/reporter-bundle-analyzer": "^2.10.2",
"ace-builds": "1.31.1",
"chai": "4.3.4",
"d3": "7.8.5",
"idb-keyval": "^5.0.5",
"mocha": "10.2.0",
"parcel": "2.10.2",
"process": "^0.11.10",
"prop-types": "^15.7.2",
"react": "18.2.0",
"react-ace": "10.1.0",
"react-dom": "18.2.0",
"react-draggable": "4.4.6"
},
"private": true,
"scripts": {
"start": "node app.js",
"build": "parcel watch src/index.html",
"serve": "parcel serve src/index.html",
"build:prod": "parcel build src/index.html"
},
"sideEffects": false
}