-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "rakoon-front",
"version": "1.0.0",
"description": "My neat Nuxt.js project",
"author": "Thomas Raout",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"heroku-postbuild": "npm run build"
},
"dependencies": {
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.12.2",
"@nuxtjs/toast": "^3.3.1",
"@types/streamsaver": "^2.0.0",
"cookie-universal-nuxt": "^2.1.4",
"dayjs": "^1.9.1",
"fs": "0.0.1-security",
"js-cookie": "^2.2.1",
"net": "^1.0.2",
"nuxt": "^2.14.7",
"redirect-ssl": "^2.0.0",
"request": "^2.88.2",
"streamsaver": "^2.0.5",
"tls": "0.0.1",
"url": "^0.11.0",
"v-click-outside": "^3.1.2",
"vue-spinner": "^1.0.4",
"web-streams-polyfill": "^3.0.1"
},
"devDependencies": {
"@nuxt/typescript-build": "^0.6.0",
"@nuxtjs/tailwindcss": "^1.4.1",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^1.19.1"
}
}