|
5 | 5 | "dependencies": {
|
6 | 6 | "6": "^0.0.1",
|
7 | 7 | "antd": "^3.1.6",
|
8 |
| - "autoprefixer": "7.1.6", |
| 8 | + "autoprefixer": "^7.2.5", |
9 | 9 | "babel-core": "6.26.0",
|
10 | 10 | "babel-eslint": "7.2.3",
|
11 | 11 | "babel-jest": "20.0.3",
|
12 | 12 | "babel-loader": "7.1.2",
|
| 13 | + "babel-plugin-dynamic-import-node": "1.1.0", |
| 14 | + "babel-plugin-syntax-dynamic-import": "6.18.0", |
13 | 15 | "babel-plugin-transform-class-properties": "^6.24.1",
|
14 | 16 | "babel-plugin-transform-decorators": "^6.24.1",
|
| 17 | + "babel-plugin-transform-es2015-destructuring": "6.23.0", |
| 18 | + "babel-plugin-transform-object-rest-spread": "6.26.0", |
| 19 | + "babel-plugin-transform-react-constant-elements": "6.23.0", |
| 20 | + "babel-plugin-transform-react-jsx": "6.24.1", |
| 21 | + "babel-plugin-transform-react-jsx-self": "6.22.0", |
| 22 | + "babel-plugin-transform-react-jsx-source": "6.22.0", |
| 23 | + "babel-plugin-transform-regenerator": "6.26.0", |
| 24 | + "babel-plugin-transform-runtime": "6.23.0", |
15 | 25 | "babel-polyfill": "^6.26.0",
|
16 | 26 | "babel-preset-env": "^1.6.1",
|
17 | 27 | "babel-preset-es2015": "^6.24.1",
|
|
39 | 49 | "history": "^4.7.2",
|
40 | 50 | "html-webpack-plugin": "2.29.0",
|
41 | 51 | "jest": "20.0.4",
|
| 52 | + "lost": "^8.2.0", |
42 | 53 | "node-sass-chokidar": "^0.0.3",
|
43 | 54 | "npm-run-all": "^4.1.2",
|
44 | 55 | "object-assign": "4.1.1",
|
| 56 | + "postcss-cssnext": "^3.1.0", |
45 | 57 | "postcss-flexbugs-fixes": "3.2.0",
|
46 |
| - "postcss-loader": "2.0.8", |
| 58 | + "postcss-loader": "^2.1.0", |
| 59 | + "postcss-smart-import": "^0.7.6", |
| 60 | + "precss": "^3.1.0", |
47 | 61 | "promise": "8.0.1",
|
48 | 62 | "raf": "3.4.0",
|
49 | 63 | "react": "^16.2.0",
|
|
65 | 79 | "webpack": "3.8.1",
|
66 | 80 | "webpack-dev-server": "2.9.4",
|
67 | 81 | "webpack-manifest-plugin": "1.3.2",
|
68 |
| - "whatwg-fetch": "2.0.3", |
69 |
| - "babel-plugin-dynamic-import-node": "1.1.0", |
70 |
| - "babel-plugin-syntax-dynamic-import": "6.18.0", |
71 |
| - "babel-plugin-transform-es2015-destructuring": "6.23.0", |
72 |
| - "babel-plugin-transform-object-rest-spread": "6.26.0", |
73 |
| - "babel-plugin-transform-react-constant-elements": "6.23.0", |
74 |
| - "babel-plugin-transform-react-jsx": "6.24.1", |
75 |
| - "babel-plugin-transform-react-jsx-self": "6.22.0", |
76 |
| - "babel-plugin-transform-react-jsx-source": "6.22.0", |
77 |
| - "babel-plugin-transform-regenerator": "6.26.0", |
78 |
| - "babel-plugin-transform-runtime": "6.23.0" |
| 82 | + "whatwg-fetch": "2.0.3" |
79 | 83 | },
|
80 | 84 | "scripts": {
|
81 | 85 | "build-css": "node-sass-chokidar src/ -o src/",
|
|
100 | 104 | "react-app-rewire-less": "^2.1.0",
|
101 | 105 | "react-app-rewired": "^1.4.1"
|
102 | 106 | },
|
103 |
| - "theme": { |
104 |
| - "primary-color": "#1DA57A" |
105 |
| - }, |
106 | 107 | "jest": {
|
107 | 108 | "collectCoverageFrom": [
|
108 | 109 | "src/**/*.{js,jsx,mjs}"
|
|
0 commit comments