-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
90 lines (90 loc) · 3.12 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
{
"name": "badi-web3",
"version": "1.21.4",
"description": "Tools for the Badíʿ Calendar",
"author": "Glen Little <glen.little@gmail.com>",
"scripts": {
"clean": "node build/script.clean.js",
"dev": "node build/script.dev.js",
"build": "node build/script.build.js",
"lint": "eslint --ext .js,.vue src"
},
"dependencies": {
"autoprefixer": "^6.6.1",
"axios": "^0.18.1",
"babel-runtime": "^6.0.0",
"eslint-friendly-formatter": "^2.0.7",
"extract-text-webpack-plugin": "^2.0.0-beta.5",
"fastclick": "^1.0.6",
"firebase": "^7.2.1",
"highcharts": "^7.2.0",
"html-webpack-plugin": "^2.26.0",
"material-design-icons": "^3.0.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.10",
"postcss-loader": "^1.2.2",
"progress-bar-webpack-plugin": "^1.9.2",
"quasar-cli": "^0.6.5",
"quasar-framework": "^0.13.10",
"roboto-fontface": "^0.7.0",
"shelljs": "^0.7.6",
"simple-vue-validator": "^0.13.2",
"velocity-animate": "^1.2.3",
"vue": "^2.1.10",
"vue-analytics": "^4.1.0",
"vue-head": "^2.0.10",
"vue-highcharts": "^0.0.10",
"vue-router": "^2.1.2",
"vue-template-compiler": "^2.1.10",
"vuex": "^2.1.1",
"webpack": "^2.2.0",
"webpack-hot-middleware": "^2.15.0"
},
"devDependencies": {
"autoprefixer": "^6",
"babel-core": "^6.0.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^7.0.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-2": "^6.0.0",
"colors": "^1.1.2",
"connect-history-api-fallback": "^1.1.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^3.2.0",
"eslint": "^3.0.1",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.3.0",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-import": "*",
"eslint-plugin-node": "*",
"eslint-plugin-promise": "^3.3.0",
"eslint-plugin-standard": "^3.0.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.17.1",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.8.1",
"http-proxy-middleware": "^0.20.0",
"json-loader": "^0.5.4",
"less": "^2.7.1",
"less-loader": "^4.0.2",
"opn": "^5.0.0",
"postcss-loader": "^1.3.3",
"progress-bar-webpack-plugin": "^1.9.0",
"serviceworker-webpack-plugin": "^0.2.1",
"shelljs": "^0.7.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"url-loader": "^2.2.0",
"vue-loader": "^12.2.1",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.1.6",
"webpack": "^2.1.0-beta.27",
"webpack-dev-middleware": "^1.8.4",
"webpack-hot-middleware": "^2.13.2",
"webpack-merge": "^4.1.0",
"webpack-version-file-plugin": "^0.2.2"
}
}