-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 1.29 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
43
44
45
46
47
48
49
{
"name": "climate-change-scenario-primer",
"version": "1.2.4",
"description": "Nuxt.js project",
"author": "Fidel Thomet <[email protected]>",
"private": true,
"//-config": {
"nuxt": {
"host": "192.168.2.79",
"port": "3333"
}
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"fix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"d3-dsv": "^1.0.8",
"d3-format": "^1.3.0",
"d3-scale": "^2.1.0",
"d3-scale-chromatic": "^1.3.0",
"intersection-observer": "^0.7.0",
"library": "github:SensesProject/library",
"no-scroll": "^2.1.1",
"nuxt": "^2.11.0",
"ol": "^5.1.3",
"proj4": "github:proj4js/proj4js",
"sass-burger": "^1.3.1",
"vue-js-modal": "^1.3.34",
"vue-resize": "^0.4.4",
"vuex-map-fields": "^1.2.3"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^6.1.0",
"eslint-plugin-nuxt": ">=0.4.2",
"node-sass": "^4.13.1",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^8.0.2"
}
}