-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.49 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
45
46
47
48
49
50
51
52
53
{
"name": "workout-logger",
"version": "1.0.0",
"description": "Log your cycling and running workouts anywhere in the world with Workout Logger",
"main": "production/index.html",
"source": "index.html",
"targets": {},
"scripts": {
"start": "parcel serve index.html --open",
"build": "parcel build index.html"
},
"staticFiles": {
"staticPath": "assets"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HAZberi/workout-log-app.git"
},
"keywords": [
"logger",
"workout",
"running",
"cycling",
"javascript",
"es6",
"classes",
"DOM",
"leaflet",
"mapping"
],
"author": "Hassaan Zuberi",
"license": "ISC",
"bugs": {
"url": "https://github.com/HAZberi/workout-log-app/issues"
},
"homepage": "https://github.com/HAZberi/workout-log-app#readme",
"devDependencies": {
"@parcel/optimizer-cssnano": "^2.0.0-nightly.617",
"@parcel/optimizer-htmlnano": "^2.0.0-nightly.617",
"@parcel/packager-css": "^2.0.0-nightly.617",
"@parcel/packager-html": "^2.0.0-nightly.617",
"@parcel/transformer-css": "^2.0.0-nightly.617",
"@parcel/transformer-html": "^2.0.0-nightly.617",
"@parcel/transformer-postcss": "^2.0.0-nightly.617",
"@parcel/transformer-posthtml": "^2.0.0-nightly.617",
"parcel": "^2.0.0-nightly.615",
"parcel-reporter-static-files-copy": "^1.2.1",
"postcss": "^8.2.7"
},
"dependencies": {
"@parcel/babel-plugin-transform-runtime": "^2.0.0-nightly.1823"
}
}