mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 16:49:58 +00:00
23 lines
641 B
JSON
23 lines
641 B
JSON
{
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"watch": "webpack -d --watch"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.0",
|
|
"babel-loader": "^7.1.2",
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
"babel-plugin-transform-do-expressions": "^6.22.0",
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
"babel-preset-env": "^1.6.1",
|
|
"babel-preset-react": "^6.24.1",
|
|
"copy-webpack-plugin": "^4.3.1",
|
|
"react": "^16.2.0",
|
|
"react-dom": "^16.2.0",
|
|
"webpack": "^3.10.0"
|
|
},
|
|
"dependencies": {
|
|
"uuid": "^3.2.1"
|
|
}
|
|
}
|