-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 791 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "swapr-client",
"version": "0.0.1",
"devDependencies": {
"node-sass": "^4.7.2",
"yarn": "latest",
"parcel-bundler": "^1.5.1"
},
"dependencies": {
"angular": "^1.6.9",
"angular-bootstrap": "^0.12.2",
"angular-local-storage": "^0.7.1",
"angular-youtube-embed": "^1.0.3",
"bootstrap-sass": "^3.3.7",
"@uirouter/angularjs": "^1.0.3"
},
"scripts": {
"build": "webpack --config webpack-production.config.js --progress --profile --colors",
"dev-server": "webpack-dev-server --config webpack-dev-server.config.js --progress --colors --port 2992 --inline",
"docker-watch": "parcel --port 1234 --hmr-port 1235 --hmr-hostname swapr-dev.vip.gatech.edu --public-url https://swapr-dev.vip.gatech.edu:8443/dist/ app/index.html"
}
}