-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 887 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
31
32
33
34
35
{
"name": "bundestriangel",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "parcel src/index.html",
"build": "parcel build src/index.html",
"deploy-LIVE": "git push . main:LIVE && git push origin LIVE"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cstuder/bundestriangel.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/cstuder/bundestriangel/issues"
},
"homepage": "https://github.com/cstuder/bundestriangel#readme",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"parcel-bundler": "^1.12.4",
"sass": "^1.32.6"
},
"dependencies": {
"bootstrap": "^4.6.0",
"cropperjs": "^1.5.9",
"jquery": "^3.5.1",
"parcel-plugin-ogimage": "^1.2.0",
"popper.js": "^1.16.1",
"src": "^1.1.2"
}
}