forked from baianat/board
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.58 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": "board",
"version": "1.0.0",
"description": "A complete admin board template with a large variety of elements and components, based on blexar CSS framework.",
"author": "Baianat",
"private": true,
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js",
"generate": "nuxt generate",
"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",
"deploy": "npm run generate:gh-pages && push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@blexar/framework": "0.0.33",
"@nuxtjs/pwa": "^3.0.0-beta.19",
"@nuxtjs/style-resources": "^1.0.0",
"apexcharts": "^3.10.1",
"driver.js": "^0.9.8",
"nuxt": "^2.10.2",
"vee-validate": "^2.1.7",
"vue-apexcharts": "^1.5.0",
"vue-flatpickr-component": "^8.1.4",
"vue-good-table": "^2.18.0",
"vue-multiselect": "^2.1.6",
"vue-notification": "^1.3.20",
"vue2-dropzone": "^3.6.0",
"vue2-editor": "^2.10.2"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"cross-env": "^6.0.3",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"eslint-loader": "^3.0.2",
"eslint-plugin-prettier": "3.1.1",
"eslint-plugin-vue": "^5.2.3",
"prettier": "1.18.2",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0",
"push-dir": "^0.4.1",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2"
}
}