forked from hoppiece/anime-tinder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 735 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 735 Bytes
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
{
"name": "front",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"axios": "^0.21.1",
"cookie-parser": "^1.4.5",
"core-js": "^3.8.3",
"express": "^4.17.1",
"express-session": "^1.17.1",
"morgan": "^1.10.0",
"net": "^1.0.2",
"node-sass": "^5.0.0",
"nuxt": "^2.14.12",
"passport": "^0.4.1",
"passport-twitter": "^1.0.4",
"sass-loader": "^10.1.1",
"twitter": "^1.7.1",
"vue-loading-template": "^1.3.2",
"vuex-persistedstate": "^4.0.0-beta.3",
"vue-tinder": "^2.0.3"
},
"devDependencies": {
"@nuxtjs/vuetify": "^1.11.3"
}
}