-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
110 lines (110 loc) · 3.45 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
109
110
{
"name": "mu-meet",
"version": "0.0.13",
"description": "Find a meeting time based on your team's calendars",
"author": "Marc Porciuncula <[email protected]>",
"private": true,
"scripts": {
"dev": "node build/dev-server.js",
"start": "firebase serve --only hosting",
"build": "node build/build.js",
"lint": "eslint --ext .js,.vue src",
"emulate": "firebase serve --only functions",
"deploy-all": "firebase deploy",
"deploy-hosting": "firebase deploy --only hosting",
"deploy-database": "firebase deploy --only database",
"deploy-functions": "firebase deploy --only functions"
},
"dependencies": {
"@material/animation": "^0.25.0",
"@material/button": "^0.27.0",
"@material/checkbox": "^0.27.0",
"@material/elevation": "^0.25.0",
"@material/form-field": "^0.27.0",
"@material/layout-grid": "^0.24.0",
"@material/linear-progress": "^0.27.0",
"@material/list": "^0.27.0",
"@material/menu": "^0.27.0",
"@material/ripple": "^0.27.0",
"@material/select": "^0.27.0",
"@material/textfield": "^0.27.0",
"awaiting": "^2.2.0",
"axios": "^0.16.1",
"core-js": "^2.4.1",
"date-fns": "^1.28.3",
"firebase": "^3.8.0",
"invariant": "^2.2.2",
"is-plain-object": "^2.0.4",
"jump.js": "^1.0.2",
"lodash": "^4.17.4",
"nprogress": "^0.2.0",
"ramda": "^0.23.0",
"raven-js": "^3.17.0",
"rxjs": "^5.4.3",
"shortid": "^2.2.8",
"tachyons-sass": "^4.9.0",
"uncaught": "^0.0.5",
"vue": "^2.5.13",
"vue-router": "^3.0.1",
"vue-types": "^1.1.1",
"vuex": "^3.0.1",
"webpack-bundle-analyzer": "^2.8.2"
},
"devDependencies": {
"autoprefixer": "^7.1.1",
"babel-core": "^6.25.0",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.1",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-ramda": "^1.2.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.5.2",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"chalk": "^2.0.1",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"dotenv": "^4.0.0",
"eslint": "^4.11.0",
"eslint-config-prettier": "^2.8.0",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.8.0",
"eslint-plugin-html": "^3.2.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"express": "^4.15.3",
"extract-text-webpack-plugin": "^3.0.1",
"file-loader": "^1.1.5",
"firebase-tools": "^3.16.0",
"flow-bin": "^0.57.3",
"friendly-errors-webpack-plugin": "^1.1.3",
"fs-extra": "^3.0.1",
"html-webpack-plugin": "^2.29.0",
"node-sass": "^4.5.3",
"opn": "^5.1.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"ora": "^1.3.0",
"prettier": "^1.8.2",
"prettier-eslint": "^8.2.2",
"sass-loader": "^6.0.6",
"shelljs": "^0.7.8",
"url-loader": "^0.6.2",
"vue-loader": "^13.3.0",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.5.2",
"webpack": "^3.8.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-hot-middleware": "^2.20.0"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserslist": ["> 1%", "last 2 versions", "not ie <= 8"]
}