-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.06 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
{
"name": "covidsn.com",
"version": "1.0.0",
"description": "Les informations sûres et en temps réel sur le Corona Virus au Sénégal",
"author": "Medteck",
"private": true,
"scripts": {
"dev": "nodemon --watch api --exec \"nuxt\"",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@directus/sdk-js": "^6.1.1",
"@nuxtjs/axios": "^5.10.1",
"@nuxtjs/google-analytics": "^2.2.3",
"@nuxtjs/pwa": "^3.0.0-0",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"marked": "^0.8.2",
"nuxt": "^2.12.2",
"nuxt-clipboard2": "^0.2.1",
"redis": "^3.0.2",
"typescript": "^3.8.3",
"vue-tweet-embed": "^2.4.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.2.0",
"@nuxtjs/proxy": "^1.3.3",
"@nuxtjs/tailwindcss": "^1.4.1",
"babel-eslint": "^10.0.1",
"eslint": "^6.1.0",
"eslint-plugin-nuxt": "^0.5.2",
"postcss-preset-env": "^6.7.0"
}
}