-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.11 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
{
"name": "Kusabi",
"version": "0.0.1",
"main": "index.js",
"author": "moxuse <[email protected]>",
"license": "MIT",
"scripts": {
"build:yodaka": "cd src/Yodaka && npm run build",
"start": "$(npm bin)/parcel -p 3000 src/index.html --no-source-maps",
"electron": "npm run build:yodaka && $(npm bin)/electron .",
"dev": "node ../parcel/packages/core/parcel-bundler/bin/cli.js -p 3000 src/index.html",
"export": "NODE_ENV=export $(npm bin)/parcel build src/Main.ts --no-source-maps && sh src/Exports/postprocess.sh"
},
"dependencies": {
"@types/node": "^12.7.5",
"ace-min-noconflict": "^1.1.9",
"child_process": "^1.0.2",
"d3-timer": "^1.0.9",
"electron": "^11.5.0",
"electron-is-dev": "^1.1.0",
"file": "^0.2.2",
"gsap": "^3.6.0",
"modules": "^0.4.0",
"node-osc": "^4.1.1",
"postprocessing": "^6.7.0",
"purty": "^4.5.1",
"socket.io": "^2.4.0",
"socket.io-client": "^2.2.0",
"three": "^0.137.0",
"typed-event-emitter": "^2.0.0"
},
"devDependencies": {
"parcel": "=1.12.0",
"typescript": "^3.5.3",
"uglify-js": "^3.9.4"
}
}