-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.27 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
{
"name": "vue-risk-assessment",
"version": "1.0.0",
"description": "A Risk Assessment questionnaire built with Vue and using Google Sheets for the backend.",
"main": "src/index.html",
"scripts": {
"start": "npx parcel src/index.html --hmr-port 3000",
"build": "npx parcel build src/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/owlwatch/vue-risk-assessment.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/owlwatch/vue-risk-assessment/issues"
},
"homepage": "https://github.com/owlwatch/vue-risk-assessment#readme",
"devDependencies": {
"@vue/component-compiler-utils": "^3.2.0",
"parcel-bundler": "^1.12.4",
"pug": "^3.0.0",
"sass": "^1.30.0",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"@mdi/font": "^5.8.55",
"axios": "^0.21.0",
"bootstrap": "^4.5.3",
"chart.js": "^2.9.4",
"core-js": "^3.8.1",
"debounce": "^1.2.0",
"html-to-pdfmake": "^2.1.2",
"markdown": "^0.5.0",
"pdfmake": "^0.1.68",
"regenerator-runtime": "^0.13.7",
"sharer": "^1.4.0",
"sticky-events": "^3.4.10",
"vue": "^2.6.12",
"vue-chartjs": "^3.5.1",
"vue-hot-reload-api": "^2.3.4",
"vue-smooth-reflow": "^0.1.12"
}
}