-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 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
{
"name": "1260.me",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "parcel build ./src/assets/index.html",
"dev": "parcel ./src/assets/index.html",
"lint": "eslint src/**/*.ts",
"prettier": "prettier --write 'src/**/*.ts'",
"start": "ts-node -T ./src/server/main.ts",
"tsc": "tsc"
},
"dependencies": {
"@types/koa-compress": "^2.0.9",
"dat.gui": "^0.7.6",
"koa": "^2.7.0",
"koa-compress": "^3.0.0",
"koa-static": "^5.0.0",
"stats.js": "^0.17.0",
"three": "^0.107.0",
"ts-node": "^8.3.0",
"typescript": "^3.5.3"
},
"devDependencies": {
"@types/dat.gui": "^0.7.4",
"@types/koa": "^2.0.49",
"@types/koa-static": "^4.0.1",
"@types/stats": "^0.16.30",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"glslify-bundle": "^5.1.1",
"glslify-deps": "^1.3.1",
"parcel-bundler": "^1.12.3",
"prettier": "^1.18.2"
}
}