|
5 | 5 | "serve": "firebase serve" |
6 | 6 | }, |
7 | 7 | "dependencies": { |
8 | | - "axios": "0.16.1", |
9 | | - "child-process-promise": "^2.2.0", |
10 | | - "compression": "1.6.2", |
11 | | - "exenv": "^1.2.2", |
12 | 8 | "firebase": "^4.8.0", |
13 | 9 | "firebaseui": "^2.3.0", |
14 | | - "lodash": "4.17.4", |
15 | | - "preact": "8.1.0", |
16 | | - "preact-compat": "3.16.0", |
17 | 10 | "react": "15.6.1", |
18 | | - "react-addons-perf": "15.4.2", |
19 | 11 | "react-dom": "15.6.1", |
20 | | - "react-firebaseui": "^1.0.10", |
21 | | - "react-promise": "~1.1.1", |
22 | | - "react-router": "^4.1.2", |
23 | | - "react-router-dom": "4.1.1", |
24 | | - "styled-components": "^2.0.0", |
25 | | - "xmlhttprequest": "^1.8.0" |
| 12 | + "react-firebaseui": "^1.0.10" |
26 | 13 | }, |
27 | 14 | "devDependencies": { |
28 | | - "autoprefixer": "^7.1.2", |
29 | 15 | "babel-cli": "6.24.1", |
30 | 16 | "babel-core": "6.24.1", |
31 | | - "babel-eslint": "7.2.3", |
32 | 17 | "babel-loader": "7.1.1", |
33 | 18 | "babel-register": "6.24.1", |
34 | | - "babel-plugin-css-modules-transform": "^1.2.7", |
35 | | - "babel-plugin-dynamic-import-node": "1.0.2", |
36 | | - "babel-plugin-syntax-dynamic-import": "6.18.0", |
37 | 19 | "babel-plugin-transform-class-properties": "6.24.1", |
38 | | - "babel-plugin-transform-decorators": "^6.24.1", |
39 | | - "babel-plugin-transform-es2015-modules-commonjs": "6.24.1", |
40 | | - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
41 | | - "babel-plugin-transform-postcss": "^0.3.0", |
42 | 20 | "babel-preset-env": "1.5.1", |
43 | 21 | "babel-preset-react": "6.24.1", |
44 | 22 | "css-loader": "^0.28.5", |
45 | | - "enzyme": "2.8.2", |
46 | | - "eslint": "^4.2.0", |
47 | | - "eslint-config-google": "0.9.1", |
48 | | - "eslint-config-prettier": "2.3.0", |
49 | | - "eslint-config-react": "1.1.7", |
50 | | - "eslint-config-standard": "^10.2.1", |
51 | | - "eslint-config-standard-react": "^5.0.0", |
52 | | - "eslint-loader": "1.9.0", |
53 | | - "eslint-plugin-babel": "^4.1.2", |
54 | | - "eslint-plugin-flow": "2.29.1", |
55 | | - "eslint-plugin-flowtype": "2.35.0", |
56 | | - "eslint-plugin-import": "2.7.0", |
57 | | - "eslint-plugin-jsx-a11y": "6.0.2", |
58 | | - "eslint-plugin-node": "^5.1.1", |
59 | | - "eslint-plugin-promise": "^3.5.0", |
60 | | - "eslint-plugin-react": "^7.1.0", |
61 | | - "eslint-plugin-standard": "^3.0.1", |
62 | 23 | "extract-text-webpack-plugin": "^3.0.0", |
63 | | - "firebase-tools": "^3.12.0", |
64 | | - "flow-bin": "0.50.0", |
65 | | - "html-webpack-plugin": "^2.30.1", |
66 | | - "jest": "20.0.4", |
67 | | - "jest-serializer-enzyme": "1.0.0", |
68 | | - "moxios": "0.4.0", |
69 | | - "nodemon": "1.11.0", |
70 | | - "postcss": "^6.0.9", |
71 | | - "postcss-import": "^10.0.0", |
72 | | - "postcss-loader": "^2.0.6", |
73 | | - "postcss-modules": "^0.8.0", |
74 | | - "prettier": "1.5.2", |
75 | | - "react-hot-loader": "3.0.0-beta.7", |
76 | | - "react-test-renderer": "15.5.4", |
77 | | - "string-replace-loader": "^1.3.0", |
| 24 | + "firebase-tools": "^3.17.4", |
78 | 25 | "style-loader": "^0.18.2", |
79 | | - "webpack": "^3.5.5", |
80 | | - "webpack-shell-plugin": "^0.5.0" |
| 26 | + "webpack": "^3.5.5" |
81 | 27 | }, |
82 | 28 | "private": true |
83 | 29 | } |
0 commit comments