-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.29 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
{
"name": "bim-drawings",
"version": "1.0.0",
"description": "Viewer for drawings in bimd format.",
"main": "index.js",
"scripts": {
"copy": "cp -R pwa/. dist/",
"build": "webpack --mode=development && npm run copy",
"prod": "PROCESS=production webpack --mode=production && npm run copy",
"deploy": "git subtree push --prefix dist origin gh-pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/juanramoncarceles/visualarq-drawings-viewer.git"
},
"keywords": [],
"author": "Ramon Carceles",
"license": "ISC",
"bugs": {
"url": "https://github.com/juanramoncarceles/visualarq-drawings-viewer/issues"
},
"homepage": "https://github.com/juanramoncarceles/visualarq-drawings-viewer#readme",
"devDependencies": {
"@types/gapi.client.drive": "^3.0.8",
"css-loader": "^3.5.3",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"sass": "^1.26.7",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"ts-loader": "^7.0.5",
"typescript": "^3.9.5",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"@types/gapi": "0.0.39",
"@types/gapi.auth2": "0.0.52",
"dotenv": "^8.2.0",
"firebase": "^7.6.1"
}
}