-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.28 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
46
47
{
"name": "ambratolm-web",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --open --host=ambratolm.com --port=2019",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint --fix"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.1",
"animate.css": "^3.7.2",
"axios": "^0.21.1",
"buefy": "^0.8.12",
"bulma": "^0.8.0",
"bulma-extensions": "^6.2.7",
"bulmaswatch": "^0.7.5",
"core-js": "^3.4.4",
"firebase": "^7.9.1",
"fuse.js": "^3.4.6",
"js-yaml": "^3.13.1",
"vue": "^2.6.10",
"vue-router": "^3.1.3",
"vue-text-highlight": "^2.0.10",
"vue-tippy": "^4.4.0",
"vuefire": "^2.2.1",
"vuex": "^3.1.2",
"vuexfire": "^3.2.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.2.2",
"@vue/cli-plugin-eslint": "^4.2.2",
"@vue/cli-plugin-router": "^4.2.2",
"@vue/cli-plugin-vuex": "^4.2.2",
"@vue/cli-service": "^4.2.2",
"@vue/eslint-config-prettier": "^5.0.0",
"babel-eslint": "^10.0.3",
"eslint": "^5.16.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^5.0.0",
"fibers": "^4.0.2",
"prettier": "^1.19.1",
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.10"
}
}