-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.23 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.23 KB
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": "node-editor",
"version": "1.0.0",
"description": "Nuxt.js project",
"author": "Papakkkarlo <egoriv1802@gmail.com>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "cross-env DEPLOY_ENV=GH_PAGES nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"deploy": "npm run generate && push-dir --dir=dist --branch=gh-pages --cleanup --force"
},
"dependencies": {
"@antv/data-set": "^0.11.1",
"@deck.gl/aggregation-layers": "^8.1.5",
"@deck.gl/core": "^8.1.5",
"@deck.gl/layers": "^8.1.5",
"@nuxtjs/axios": "^5.9.7",
"cross-env": "^7.0.2",
"d3": "^5.15.0",
"g2-for-vue": "^0.3.6",
"g2-vue": "^1.0.1",
"mapbox-gl": "^1.10.0",
"nuxt": "^2.0.0",
"push-dir": "^0.4.1",
"rete": "^1.4.3-rc.1",
"rete-connection-plugin": "^0.9.0",
"rete-context-menu-plugin": "^0.5.2",
"rete-vue-render-plugin": "^0.5.0",
"vega": "^5.13.0",
"vue-color": "^2.7.1"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^4.19.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^4.0.0"
}
}