-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.79 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
{
"name": "burd-view-presenrations",
"version": "0.0.1",
"description": "burd view presenrations app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve --open --https",
"build": "rimraf dist && webpack -p --env=prod",
"pretty": "prettier --print-width 80 --no-semi --single-quote --trailing-comma es5 --write \"src/**/*.{ts,js,css,html}\"",
"deploy": "node deploy.js"
},
"keywords": [],
"author": "Andrey Mikhailichenko",
"license": "MIT",
"devDependencies": {
"@types/three": "^0.143.1",
"awesome-typescript-loader": "latest",
"browser-sync": "latest",
"browser-sync-webpack-plugin": "latest",
"copy-webpack-plugin": "latest",
"css-loader": "latest",
"extract-text-webpack-plugin": "latest",
"file-loader": "^5.0.2",
"ftp-deploy": "^2.3.6",
"html-webpack-plugin": "latest",
"json-loader": "latest",
"prettier": "^1.19.1",
"progress-bar-webpack-plugin": "latest",
"style-loader": "latest",
"ts-loader": "^6.2.1",
"tslib": "^1.10.0",
"typescript": "latest",
"vue-loader": "^15.8.3",
"vue-template-compiler": "^2.6.11",
"webpack": "latest",
"webpack-cli": "latest",
"webpack-dev-server": "latest",
"workbox-webpack-plugin": "^4.3.1",
"write-file-webpack-plugin": "latest"
},
"dependencies": {
"@mdi/font": "^6.9",
"@tweenjs/tween.js": "^16.7",
"buefy": "^0.9.21",
"buffer": "^6.0.3",
"controlkit": "latest",
"dat.gui": "^0.7.6",
"file-saver": "^2.0.2",
"stats.js": "^0.17.0",
"stream-browserify": "^3.0.0",
"strongly-typed-events": "^1.6.3",
"three": "^0.143.0",
"vue": "^2.6.11",
"vue-class-component": "^7.2.2",
"vue-property-decorator": "^8.3.0",
"xml-js": "^1.6.11"
}
}