mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 13:42:27 -05:00
Add React, Redux, and related deps
This commit is contained in:
parent
13391df515
commit
6adb950ef6
2 changed files with 1704 additions and 856 deletions
2540
package-lock.json
generated
2540
package-lock.json
generated
File diff suppressed because it is too large
Load diff
20
package.json
20
package.json
|
@ -13,15 +13,31 @@
|
|||
"source-map-support": "^0.5.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^9.1.5",
|
||||
"babel-eslint": "^8.2.6",
|
||||
"babel-plugin-react-intl": "^3.0.1",
|
||||
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
||||
"babel-plugin-transform-async-to-generator": "^6.24.1",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
||||
"babel-preset-env": "^1.7.0",
|
||||
"babel-preset-react": "^6.24.1",
|
||||
"copy-webpack-plugin": "^4.5.2",
|
||||
"electron": "2.0.7",
|
||||
"electron-builder": "^20.28.1",
|
||||
"electron-webpack": "^2.1.2",
|
||||
"webpack": "^4.16.5",
|
||||
"eslint": "^4.19.1",
|
||||
"eslint-config-scratch": "^5.0.0",
|
||||
"eslint-plugin-import": "^2.14.0",
|
||||
"eslint-plugin-react": "^7.11.1"
|
||||
"eslint-plugin-react": "^7.11.1",
|
||||
"html-webpack-plugin": "^3.2.0",
|
||||
"postcss-import": "^12.0.0",
|
||||
"postcss-simple-vars": "^5.0.1",
|
||||
"react": "16.2.0",
|
||||
"react-dom": "16.2.0",
|
||||
"react-redux": "5.0.7",
|
||||
"redux": "3.7.2",
|
||||
"uglifyjs-webpack-plugin": "^2.0.1",
|
||||
"webpack": "^4.16.5"
|
||||
},
|
||||
"resolutions": {
|
||||
"upath": "^1.0.5"
|
||||
|
|
Loading…
Reference in a new issue