|
13 | 13 | "build:types": "flow-copy-source --ignore \"**/*.{jest,example}.js\" source/WindowScroller dist/es/WindowScroller", |
14 | 14 | "build": "npm run build:commonjs && npm run build:css && npm run build:es && npm run build:demo && npm run build:umd", |
15 | 15 | "build:commonjs": "npm run clean:commonjs && cross-env NODE_ENV=production cross-env BABEL_ENV=commonjs babel source --out-dir dist/commonjs --ignore *.example.js,*.jest.js,source/demo/", |
16 | | - "build:css": "postcss --config postcss.config.js --use autoprefixer source/styles.css > styles.css", |
| 16 | + "build:css": "postcss source/styles.css -o styles.css --use autoprefixer", |
17 | 17 | "build:demo": "npm run clean:demo && cross-env NODE_ENV=production webpack --config webpack.config.demo.js -p --bail", |
18 | 18 | "build:es": "npm run clean:es && npm run build:types && cross-env NODE_ENV=production cross-env BABEL_ENV=es babel source --out-dir dist/es --ignore *.example.js,*.jest.js,source/demo/", |
19 | 19 | "build:umd": "npm run clean:umd && cross-env NODE_ENV=production webpack --config webpack.config.umd.js --bail", |
|
32 | 32 | "prettier:diff": "prettier --list-different '{playground,source}/**/*.js'", |
33 | 33 | "postpublish": "npm run deploy", |
34 | 34 | "prepublish": "npm run build", |
35 | | - "start": "cross-env NODE_ENV=development webpack-dev-server --hot --inline --config webpack.config.dev.js", |
| 35 | + "start": "webpack-dev-server --hot --config webpack.config.dev.js", |
36 | 36 | "test": "npm run test:jest", |
37 | 37 | "test:jest": "jest --no-watchman --runInBand", |
38 | 38 | "test:ci": "jest --no-watchman --maxWorkers 2 --coverage && codecov", |
|
89 | 89 | "verbose": true |
90 | 90 | }, |
91 | 91 | "devDependencies": { |
92 | | - "autoprefixer": "^6.2.3", |
| 92 | + "autoprefixer": "^7.2.3", |
93 | 93 | "babel-cli": "^6.24.1", |
94 | 94 | "babel-core": "^6.25.0", |
95 | 95 | "babel-eslint": "^7.2.3", |
96 | 96 | "babel-jest": "^22.0.4", |
97 | | - "babel-loader": "6", |
| 97 | + "babel-loader": "7.1.2", |
98 | 98 | "babel-plugin-__coverage__": "^11.0.0", |
99 | 99 | "babel-plugin-flow-react-proptypes": "^12.1.0", |
100 | 100 | "babel-plugin-react-transform": "^2.0.0", |
|
110 | 110 | "codecov": "^2.2.0", |
111 | 111 | "codemirror": "^5.18.0", |
112 | 112 | "cross-env": "^5.0.1", |
113 | | - "css-loader": "^0.28.4", |
| 113 | + "css-loader": "^0.28.7", |
114 | 114 | "eslint": "^4.2.0", |
115 | 115 | "eslint-config-fbjs": "^2.0.0", |
116 | 116 | "eslint-config-prettier": "^2.3.0", |
|
122 | 122 | "eslint-plugin-react": "^7.1.0", |
123 | 123 | "eslint-plugin-relay": "^0.0.19", |
124 | 124 | "express": "^4.13.3", |
125 | | - "extract-text-webpack-plugin": "^3.0.0", |
126 | | - "file-loader": "^0.11.2", |
| 125 | + "extract-text-webpack-plugin": "^3.0.2", |
| 126 | + "file-loader": "^1.1.6", |
127 | 127 | "flow-bin": "^0.61.0", |
128 | 128 | "flow-copy-source": "^1.2.1", |
129 | 129 | "fs-extra": "^4.0.0", |
130 | 130 | "gh-pages": "^1.0.0", |
131 | | - "html-webpack-plugin": "^2.16.1", |
| 131 | + "html-webpack-plugin": "^2.30.1", |
132 | 132 | "husky": "^0.14.3", |
133 | 133 | "immutable": "^3.7.5", |
134 | 134 | "jest": "^22.0.4", |
135 | | - "postcss": "^5.0.14", |
136 | | - "postcss-cli": "^2.3.3", |
137 | | - "postcss-loader": "^0.9.1", |
| 135 | + "postcss": "^6.0.14", |
| 136 | + "postcss-cli": "^4.1.1", |
| 137 | + "postcss-loader": "^2.0.9", |
138 | 138 | "prettier": "^1.5.3", |
139 | 139 | "react": "^16.0.0", |
140 | 140 | "react-codemirror": "^1.0.0", |
|
145 | 145 | "react-transform-hmr": "^1.0.2", |
146 | 146 | "redbox-react": "^1.4.3", |
147 | 147 | "rimraf": "^2.4.3", |
148 | | - "style-loader": "^0.13.0", |
| 148 | + "style-loader": "^0.19.1", |
149 | 149 | "watch": "^1.0.2", |
150 | | - "webpack": "^1.9.6", |
151 | | - "webpack-dashboard": "^0.4.0", |
152 | | - "webpack-dev-server": "^1.14.0" |
| 150 | + "webpack": "^3.10.0", |
| 151 | + "webpack-dev-server": "^2.9.7" |
153 | 152 | }, |
154 | 153 | "dependencies": { |
155 | 154 | "babel-runtime": "^6.23.0", |
|
0 commit comments