mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-02-23 22:04:32 +08:00
17 lines
523 B
JSON
17 lines
523 B
JSON
{
|
|
"name": "rebuild-babel",
|
|
"version": "1.0.0",
|
|
"description": "rebuild jsx transform with babel",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "babel js -d lib",
|
|
"build2": "babel /data/eclipse-workspace/rebuild/src/main/webapp/assets/js -d lib" // Unexpected token ... ???
|
|
},
|
|
"author": "rebuild",
|
|
"license": "GPL-3.0",
|
|
"devDependencies": {
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-preset-react": "^6.24.1",
|
|
"babel-preset-stage-2": "^6.24.1"
|
|
}
|
|
}
|