forked from buckutt/admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.7 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
{
"name": "buckless-admin",
"version": "0.0.1",
"description": "buckless-admin",
"author": "Buckless <[email protected]> https://buckless.com",
"contributors": [
"Gabriel Juchault <[email protected]>",
"Axel Mousset <[email protected]>",
"Lucas Soulier <[email protected]>"
],
"repository": "https://github.com/buckless-team/admin.git",
"homepage": "https://buckless.com",
"private": true,
"license": "MIT",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --config build/ --open --hot --host 0.0.0.0",
"build": "cross-env NODE_ENV=production webpack --config build/ --progress --hide-modules",
"lint": "eslint --fix --ext .js,.vue src",
"start": "static dist --host-address 0.0.0.0 --port 8082"
},
"dependencies": {
"@buckless/datetime-picker": "^0.2.2",
"anytime": "^1.4.2",
"autoprefixer": "^7.1.5",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"bcryptjs": "^2.3.0",
"c3": "^0.4.18",
"chart.js": "^2.7.0",
"file-saver": "^1.3.3",
"fuzzy": "^0.1.1",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"lodash.groupby": "^4.6.0",
"lodash.memoize": "^4.1.2",
"lodash.pick": "^4.4.0",
"lodash.samplesize": "^4.2.0",
"lodash.set": "^4.3.2",
"material-design-lite": "^1.1.3",
"moment": "^2.20.1",
"node-static": "^0.7.10",
"promise-polyfill": "^7.0.2",
"socket.io-client": "^2.0.3",
"vue": "^2.5.2",
"vue-mdl": "^1.1.1",
"vue-router": "^3.0.1",
"vuex": "^3.0.0",
"vuex-router-sync": "^5.0.0",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"cross-env": "^5.1.0",
"css-loader": "^0.28.7",
"eslint": "^4.9.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^4.0.2",
"eslint-plugin-import": "^2.8.0",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^2.30.1",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"postcss-calc": "^6.0.1",
"postcss-color-function": "^4.0.0",
"postcss-custom-media": "^6.0.0",
"postcss-custom-properties": "^6.2.0",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.8",
"postcss-mixins": "^6.1.1",
"postcss-nested": "^3.0.0",
"postcss-simple-vars": "^4.1.0",
"url-loader": "^0.6.2",
"vue-loader": "^13.3.0",
"vue-template-compiler": "^2.5.2",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.2",
"webpack-merge": "^4.0.0"
}
}