-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 2.07 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "echarts-grid-builder",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build --dotenv .env.production",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint": "npm run lint:js",
"format": "prettier --write \"**/*.{js,vue,scss,less,css,json}\"",
"check-env": "node -e 'console.log(process.env)' | grep npm"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-regular-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@handsontable/vue": "^5.1.0",
"@nuxt/content": "^1.11.1",
"@nuxtjs/axios": "^5.12.5",
"@nuxtjs/pwa": "^3.3.4",
"animate.css": "^4.1.1",
"clipboard": "^2.0.6",
"core-js": "^3.8.3",
"date-fns": "^2.16.1",
"echarts": "^4.9.0",
"element-ui": "^2.15.0",
"file-saver": "^2.0.5",
"handsontable": "^8.2.0",
"highlight.js": "^10.5.0",
"html2canvas": "^1.0.0-rc.7",
"immer": "^8.0.1",
"jspdf": "^2.3.0",
"localforage": "^1.9.0",
"lodash": "^4.17.20",
"nanoid": "^3.1.20",
"nuxt": "^2.14.12",
"prismjs": "^1.23.0",
"resize-detector": "^0.2.2",
"vee-validate": "^3.4.5",
"vue-echarts": "^4.1.0",
"vue-grid-layout": "^2.3.12",
"vuex-map-fields": "^1.4.1",
"vuex-persist": "^3.1.3",
"xlsx": "^0.16.9"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^5.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/tailwindcss": "^3.4.2",
"@tailwindcss/postcss7-compat": "^2.0.2",
"babel-eslint": "^10.1.0",
"consola": "^2.15.0",
"cross-env": "^7.0.3",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.3.1",
"fibers": "^5.0.0",
"prettier": "^2.2.1",
"sass": "^1.32.5",
"sass-loader": "^10.1.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2"
}
}