-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1017 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1017 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
33
34
35
36
37
38
39
40
{
"name": "pepites",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt dev & npm run api",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"api": "NODE_ENV=development nodemon -r esm ./api/app/index.mjs"
},
"dependencies": {
"@nuxtjs/axios": "^5.12.5",
"celebrate": "^13.0.4",
"config": "^3.3.3",
"core-js": "^3.6.5",
"cors": "^2.8.5",
"esm": "^3.2.25",
"helmet": "^4.2.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.3",
"multer": "^1.4.2",
"nuxt": "^2.14.6",
"pino": "^6.7.0",
"tiptap": "^1.30.0",
"tiptap-extensions": "^1.33.2",
"vue-notifications": "^1.0.2"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^5.0.0",
"@nuxtjs/eslint-module": "^3.0.1",
"@nuxtjs/vuetify": "^1.11.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.13.0",
"eslint-plugin-nuxt": "^2.0.0",
"nodemon": "^2.0.6",
"nuxt-svg-loader": "^1.2.0",
"pino-pretty": "^4.3.0"
}
}