-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.31 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.31 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
{
"name": "ssafy",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@gitgraph/js": "^1.3.0",
"axios": "^0.19.0",
"core-js": "^2.6.5",
"facebook-login-vuejs": "^2.1.3",
"firebase": "^5.9.3",
"firebase-admin": "^8.3.0",
"gitgraph": "0.0.1",
"md5": "^2.2.1",
"register-service-worker": "^1.6.2",
"sweetalert2": "^8.13.6",
"vue": "^2.6.10",
"vue-facebook-login-component": "^1.3.5",
"vue-gravatar": "^1.3.0",
"vue-markdown": "^2.2.4",
"vue-router": "^3.0.1",
"vue-simplemde": "^0.5.2",
"vuetify": "^1.5.5",
"vuetify-markdown-editor": "^0.4.1",
"vuex": "^3.0.1",
"vuex-persistedstate": "^2.5.4"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.10.1",
"@vue/cli-plugin-babel": "^3.9.0",
"@vue/cli-plugin-eslint": "^3.9.0",
"@vue/cli-plugin-pwa": "^3.0.4",
"@vue/cli-service": "^3.9.0",
"@vue/eslint-config-prettier": "^4.0.1",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"font-awesome": "^4.7.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue-cli-plugin-vuetify": "^0.5.0",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.0.5"
}
}