-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.1 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
{
"name": "lastbackup",
"version": "0.0.0-development",
"description": "",
"main": "index.html",
"scripts": {
"start": "parcel src/frontend/index.html",
"build": "rm -rf .dist && NODE_ENV=production parcel build src/frontend/index.html -d .dist/public --no-cache",
"build-api": "cp -R api .dist/public/api && cp -R vendor .dist/vendor && mkdir .dist/src && cp -R src/api .dist/src/api"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/DevertNet/LastBackup.git"
},
"author": "Leon Weickert <[email protected]> (https://devert.net/)",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/DevertNet/LastBackup/issues"
},
"homepage": "https://github.com/DevertNet/LastBackup#readme",
"dependencies": {
"@types/node": "^14.14.22",
"bootstrap": "^4.5.3",
"react": "^17.0.1",
"react-bootstrap": "^1.4.3",
"react-bootstrap-icons": "^1.2.3",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
"sjcl": "^1.0.8"
},
"devDependencies": {
"parcel-bundler": "1.12.4",
"sass": "^1.32.4",
"typescript": "4.0.5"
}
}