-
Notifications
You must be signed in to change notification settings - Fork 104
/
package.json
45 lines (45 loc) · 1.28 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
{
"name": "vueOrgChart",
"version": "1.0.0",
"description": "Organization chart",
"author": "Michael Hoogkamer",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate -c nuxt.config.generate.js",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"build:gh-pages": "cross-env DEPLOY_ENV=GH_PAGES nuxt build",
"generate:gh-pages": "cross-env DEPLOY_ENV=GH_PAGES nuxt generate"
},
"dependencies": {
"array-from-polyfill": "^1.0.1",
"eventsource": "^1.1.2",
"file-saver": "^2.0.0",
"html2canvas": "^1.0.0-alpha.12",
"lodash": "^4.17.19",
"nodemon": "^2.0.4",
"nuxt": "^2.15.7",
"nuxt-material-design-icons": "^1.0.4",
"panzoom": "^7.1.2",
"pug": "^3.0.1",
"pug-plain-loader": "^1.0.0",
"vue-async-computed": "^3.5.2",
"xlsx": "^0.17.0"
},
"devDependencies": {
"acorn": "^6.4.1",
"acorn-dynamic-import": "^4.0.0",
"babel-eslint": "^8.2.1",
"cross-env": "^5.2.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^3.6.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-vue": "^6.2.2",
"prettier": "1.14.3",
"webpack": "^4.42.1"
}
}