-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.3 KB
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
46
47
48
49
50
51
52
{
"name": "C3P",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build-deploy": "vue-cli-service build && firebase deploy"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-brands-svg-icons": "^5.8.2",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/vue-fontawesome": "^0.1.6",
"buefy": "^0.7.8",
"firebase": "^5.11.1",
"firebaseui": "^3.6.0",
"odometer": "^0.4.8",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"quill": "^1.3.6",
"register-service-worker": "^1.6.2",
"semistandard": "^13.0.1",
"standard": "^12.0.1",
"v-odometer": "^2.0.0",
"vue": "^2.6.10",
"vue-carousel": "^0.18.0",
"vue-clazy-load": "^0.4.2",
"vue-gallery": "^2.0.0",
"vue-headroom": "^0.10.1",
"vue-line-clamp": "^1.3.2",
"vue-parallaxy": "^1.1.1",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.0.3",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-service": "^3.7.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.5.21"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}