-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 974 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 974 Bytes
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
{
"name": "map-exercise",
"version": "0.1.0",
"description": "A lightweight web app that combines a Microsoft Form and a LMEC Digital Collections object into a single view, for students to complete close-looking exercise.",
"main": "index.js",
"author": "Garrett Dash Nelson",
"license": "ISC",
"scripts": {
"dev": "parcel src/index.html src/generate/index.html",
"build": "parcel build src/index.html src/generate/index.html --public-url 'https://geoservices.leventhalmap.org/map-exercise'",
"sync": "rsync -r -a -v -e ssh --delete dist/ geoservices@$GEOSERVICES_IP:/var/www/geoservices/map-exercise"
},
"dependencies": {
"ol": "^6.4.0",
"vue": "^2.6.12",
"vue-hot-reload-api": "^2.3.4"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@vue/component-compiler-utils": "^3.2.0",
"parcel-bundler": "^1.12.4",
"stylus": "^0.54.8",
"vue-template-compiler": "^2.6.12"
}
}