-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 934 Bytes
/
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
{
"name": "shifter",
"version": "1.0.0",
"description": "Shifter is a shift calendar for places with four shifts that work two days, two nights and then have four days off.",
"main": "index.js",
"scripts": {
"start": "parcel src/index.html",
"surge": "npm run clean && parcel build src/index.html --public-url / && surge dist https://shifter.surge.sh",
"deploy": "npm run surge",
"clean": "rm -rf dist .cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/braden337/shifter.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/braden337/shifter/issues"
},
"homepage": "https://github.com/braden337/shifter#readme",
"devDependencies": {
"bootstrap": "^4.0.0",
"node-sass": "^4.7.2",
"parcel-bundler": "^1.6.2",
"parcel-plugin-sw-precache": "^0.3.2",
"surge": "^0.20.1",
"vue": "^2.5.16",
"vuejs-datepicker": "^0.9.29"
}
}