-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.18 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
{
"name": "senses-emissions-gap",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "PORT=3034 nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore . --fix",
"precommit": "npm run lint"
},
"dependencies": {
"axios": "^0.21.0",
"d3-array": "^2.8.0",
"d3-format": "^2.0.0",
"d3-scale": "^3.2.3",
"d3-shape": "^2.0.0",
"d3-time-format": "^3.0.0",
"library": "github:SensesProject/library",
"lodash": "^4.17.20",
"nuxt": "^2.14.9",
"svg-path-properties": "^1.0.10",
"v-tooltip": "^2.0.3"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^3.0.0",
"@nuxtjs/eslint-module": "^2.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.14.0",
"eslint-config-standard": "^16.0.2",
"eslint-loader": "^4.0.2",
"eslint-plugin-html": "^6.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"node-sass": "^4.14.1",
"normalize-scss": "^7.0.1",
"sass-loader": "^8.0.2"
}
}