-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.14 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
{
"name": "50roadtrips.com",
"version": "0.1.0",
"private": true,
"author": "Jorge Donoso",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"postinstall": "npm run build",
"start": "node ./src/server.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
"axios": "^0.21.1",
"bootstrap": "^4.4.1",
"connect-history-api-fallback": "^1.6.0",
"core-js": "^2.6.11",
"express": "^4.17.1",
"serve-static": "^1.14.1",
"vue": "^2.6.11",
"vue-load-image": "^0.1.10",
"vue-router": "^3.1.6",
"vue2-google-maps": "^0.10.7",
"vuex": "^3.1.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-typescript": "^3.12.1",
"@vue/cli-service": "^3.12.1",
"google-charts": "^2.0.0",
"typescript": "^3.8.3",
"vue-template-compiler": "^2.6.11"
}
}