-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.74 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@akolos/bastion-breach-3d",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --verbose",
"start": "http-server ./dist -g",
"build": "tsc --noEmit && parcel build --no-source-maps src/index.html && cp -ru src/assets/. dist",
"dev": "tsc --noEmit && parcel —no-minify src/index.html"
},
"author": "",
"license": "ISC",
"private": true,
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/jquery": "^3.3.38",
"@types/jqueryui": "^1.12.13",
"@types/nouislider": "^9.0.7",
"@types/physijs": "0.0.30",
"@types/ts-nameof": "^4.2.1",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"css-loader": "^3.6.0",
"eslint": "^7.2.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.21.2",
"jest": "^26.6.3",
"parcel": "^1.12.4",
"prettier": "^2.0.5",
"rollup": "^2.34.0",
"style-loader": "^1.2.1",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.11",
"ts-nameof": "^5.0.0",
"ts-node-register": "^1.0.0",
"typescript": "^4.1.2"
},
"dependencies": {
"@akolos/clone-dumb-object": "0.0.1",
"@akolos/event-emitter": "^3.0.3",
"@akolos/ts-tween": "^1.0.11",
"bluebird": "^3.7.2",
"card": "^2.5.0",
"clean-webpack-plugin": "^3.0.0",
"client": "0.0.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"http-server": "^0.12.3",
"nouislider": "^14.6.3",
"parcel-plugin-asset-copier": "^1.1.0",
"three": "^0.123.0",
"three-obj-loader": "^1.1.3",
"three-orbit-controls": "^82.1.0",
"three-orbitcontrols-ts": "^0.1.2"
},
"assetsPath": "src/assets",
"browserslist": [
"since 2017-06"
]
}