-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.23 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
{
"name": "theskeleton-ui-admin",
"version": "1.0.0",
"description": "TheSkeleton Admin UI",
"author": "dianw <dianw.aditya@gmail.com>",
"private": true,
"config": {
"nuxt": {
"host": "0.0.0.0",
"port": "9000"
}
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore ."
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"dependencies": {
"@nuxtjs/axios": "^5.9.3",
"@nuxtjs/bootstrap": "^0.0.1",
"@nuxtjs/bootstrap-vue": "^2.0.0",
"@nuxtjs/font-awesome": "^1.0.4",
"bootstrap-vue": "^2.0.0-rc.27",
"cookie-session": "^1.4.0",
"js-cookie": "^2.2.1",
"moment": "^2.24.0",
"nuxt": "^2.8.1",
"sockjs-client": "^1.3.0",
"vue-cropperjs": "^4.0.0",
"vue-i18n": "^8.12.0",
"vue-progressbar": "^0.7.5",
"webstomp-client": "^1.2.6"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"eslint": "^7.16.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-vue": "^7.3.0",
"node-sass": "^5.0.0",
"sass-loader": "^10.1.0"
}
}