mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
13 lines
441 B
JSON
13 lines
441 B
JSON
{
|
|
"devDependencies": {
|
|
"babel-core": "^6.24.0",
|
|
"babel-loader": "^6.4.1",
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"babel-preset-react": "^6.5.0",
|
|
"webpack": "^1.14.0"
|
|
},
|
|
"scripts": {
|
|
"build": "ln -fs ../../../build/packages/react node_modules/react && ln -fs ../../../build/packages/react-dom node_modules/react-dom && ln -fs ../../../build/packages/react-art node_modules/react-art && webpack app.js bundle.js"
|
|
}
|
|
}
|