-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
108 lines (108 loc) · 3.24 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "spectero-app",
"version": "1.0.0",
"description": "Frontend application for Spectero panel.",
"author": "Spectero <[email protected]>",
"private": true,
"scripts": {
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"start": "npm run dev",
"lint": "eslint --ext .js,.vue src",
"build": "node build/build.js",
"build-production": "node build/build.js",
"build-staging": "node build/staging.js",
"build-dev": "node build/development.js"
},
"dependencies": {
"axios": "^0.17.1",
"babel-polyfill": "^6.26.0",
"bourbon-neat": "^2.1.0",
"cidr-js": "^2.3.1",
"dotenv": "^5.0.1",
"downloadjs": "^1.4.7",
"node-sass": "^4.9.2",
"sass-loader": "^6.0.7",
"tiny-cookie": "^2.1.2",
"vee-validate": "^2.0.9",
"vue": "^2.5.17",
"vue-clipboard2": "^0.1.1",
"vue-cookie": "^1.1.4",
"vue-currency-filter": "^2.2.6",
"vue-directive-tooltip": "^1.4.5",
"vue-flag-icon": "^1.0.6",
"vue-float-label": "^1.6.1",
"vue-i18n": "^7.8.1",
"vue-js-modal": "^1.3.16",
"vue-meta": "^1.5.2",
"vue-moment": "^3.2.0",
"vue-numeric": "^2.3.0",
"vue-progressbar": "^0.7.5",
"vue-recaptcha": "^1.1.1",
"vue-router": "^3.0.1",
"vue-slider-component": "^2.7.5",
"vue-stripe-elements-plus": "^0.2.8",
"vue-tables-2": "^1.4.64",
"vue-toasted": "^1.1.24",
"vue-ua": "^1.5.0",
"vuex": "^3.0.1"
},
"devDependencies": {
"autoprefixer": "^7.2.6",
"babel-core": "^6.26.3",
"babel-eslint": "8.0.1",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^7.1.5",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.22.0",
"bp-vuejs-dropdown": "^2.1.1",
"chalk": "^2.4.1",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^0.28.11",
"eslint": "4.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"eslint-plugin-vue": "^4.7.1",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.11",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^2.30.1",
"node-notifier": "^5.1.2",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"ora": "^1.4.0",
"portfinder": "^1.0.13",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.6",
"postcss-url": "^7.3.2",
"pretty-checkbox-vue": "^1.1.8",
"rimraf": "^2.6.0",
"sass-resources-loader": "^1.3.3",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"uglifyjs-webpack-plugin": "^1.2.7",
"url-loader": "^0.5.8",
"vue-loader": "^13.7.2",
"vue-style-loader": "^3.1.2",
"vue-template-compiler": "^2.5.17",
"webpack": "^3.12.0",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-dev-server": "^2.11.2",
"webpack-merge": "^4.1.4"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}