-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 936 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": "mysongbook",
"version": "1.0.0",
"description": "Beispielanwendung \"My Songbook\" ===============================",
"main": "index.js",
"scripts": {
"clean": "node scripts/clean.js",
"build": "npm run clean && parcel build src/*.html --public-url . --detailed-report --experimental-scope-hoisting",
"watch": "npm run clean && parcel watch src/*.html --public-url . --detailed-report --experimental-scope-hoisting",
"start": "parcel src/index.html --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KanBen86/MySongbook.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/KanBen86/MySongbook/issues"
},
"homepage": "https://github.com/KanBen86/MySongbook#readme",
"devDependencies": {
"navigo": "^7.1.2",
"parcel-bundler": "^1.10.1",
"shelljs": "^0.8.2"
},
"dependencies": {
"bootstrap": "^4.1.3"
}
}