-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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
42
{
"name": "picasso",
"version": "1.0.0",
"description": "Picasso",
"author": "Fredrik Mäkilä",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"test": "jest"
},
"dependencies": {
"@nuxtjs/axios": "^5.9.5",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"file-saver": "^2.0.2",
"nuxt": "^2.11.0",
"nuxt-leaflet": "^0.0.19",
"papaparse": "^5.1.1",
"vue-google-charts": "^0.3.2",
"vuejs-paginate": "^2.1.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^2.0.2",
"@nuxtjs/eslint-module": "^1.1.0",
"@nuxtjs/tailwindcss": "^1.3.3",
"@vue/test-utils": "^1.0.0-beta.31",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^25.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-nuxt": "^0.5.1",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^25.1.0",
"prettier": "^1.19.1",
"vue-jest": "^3.0.5",
"vue-jest-extended": "^0.0.4"
}
}