generated from chingu-voyages/voyage-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 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
31
32
33
34
35
36
37
38
{
"name": "solar-planner",
"version": "1.0.0",
"description": "solar-planner-customer-admin-app",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chingu-voyages/v52-tier1-team-05.git"
},
"author": "team5",
"license": "ISC",
"bugs": {
"url": "https://github.com/chingu-voyages/v52-tier1-team-05/issues"
},
"homepage": "https://github.com/chingu-voyages/v52-tier1-team-05#readme",
"devDependencies": {
"parcel": "^2.13.0"
},
"dependencies": {
"core-js": "^3.39.0",
"buffer": "^6.0.3",
"events": "^3.3.0",
"parcel": "^2.13.0",
"process": "^0.11.10",
"stream-http": "^3.2.0",
"url": "^0.11.4",
"gun": "^0.2020.1240",
"just-validate": "^4.3.0",
"notyf": "^3.10.0",
"regenerator-runtime": "^0.14.1"
}
}