-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 953 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
{
"name": "waku-uber",
"version": "1.0.0",
"scripts": {
"build": "parcel build index.html",
"start": "parcel index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@parcel/transformer-vue": "^2.0.1",
"parcel": "^2.0.0",
"parcel-config-vue2": "^0.1.3",
"parcel-transformer-vue2": "^0.1.7",
"typescript": "^4.4.4"
},
"dependencies": {
"@popperjs/core": "^2.10.2",
"babel-polyfill": "^6.26.0",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.6.1",
"fetch-jsonp": "^1.2.1",
"geolocation-utils": "^1.2.5",
"js-waku": "^0.14.2",
"md5": "^2.3.0",
"protons": "^2.0.3",
"tslib": "^2.3.1",
"utils": "^0.3.1",
"vue": "^2.6.14",
"vue-class-component": "^7.2.6",
"vue-hot-reload-api": "^2.3.4",
"vue-property-decorator": "^9.1.2",
"vue2-google-maps": "^0.10.7"
}
}