2013-05-29 12:46:11 -07:00
|
|
|
{
|
2015-06-02 14:13:11 -07:00
|
|
|
"name": "react-build",
|
|
|
|
|
"private": true,
|
2017-08-08 10:25:25 -07:00
|
|
|
"version": "16.0.0-beta.5",
|
2013-05-29 12:46:11 -07:00
|
|
|
"devDependencies": {
|
2016-05-14 15:30:08 -07:00
|
|
|
"art": "^0.10.1",
|
2015-12-21 14:05:03 -06:00
|
|
|
"async": "^1.5.0",
|
2016-03-07 10:37:06 -08:00
|
|
|
"babel-cli": "^6.6.5",
|
2016-02-26 16:49:32 -08:00
|
|
|
"babel-core": "^6.0.0",
|
2016-11-17 22:16:44 +00:00
|
|
|
"babel-eslint": "^7.1.0",
|
2017-07-18 17:24:54 -07:00
|
|
|
"babel-jest": "20.1.0-delta.1",
|
2016-02-26 16:49:32 -08:00
|
|
|
"babel-plugin-check-es2015-constants": "^6.5.0",
|
2017-04-05 16:47:29 +01:00
|
|
|
"babel-plugin-external-helpers": "^6.22.0",
|
2016-02-26 16:49:32 -08:00
|
|
|
"babel-plugin-syntax-trailing-function-commas": "^6.5.0",
|
2017-03-03 10:34:14 -08:00
|
|
|
"babel-plugin-transform-async-to-generator": "^6.22.0",
|
2016-07-23 14:53:59 -07:00
|
|
|
"babel-plugin-transform-class-properties": "^6.11.5",
|
2016-02-26 16:49:32 -08:00
|
|
|
"babel-plugin-transform-es2015-arrow-functions": "^6.5.2",
|
|
|
|
|
"babel-plugin-transform-es2015-block-scoped-functions": "^6.5.0",
|
2017-02-14 11:24:01 -08:00
|
|
|
"babel-plugin-transform-es2015-block-scoping": "^6.23.0",
|
2016-02-26 16:49:32 -08:00
|
|
|
"babel-plugin-transform-es2015-classes": "^6.5.2",
|
|
|
|
|
"babel-plugin-transform-es2015-computed-properties": "^6.5.2",
|
|
|
|
|
"babel-plugin-transform-es2015-destructuring": "^6.5.0",
|
|
|
|
|
"babel-plugin-transform-es2015-for-of": "^6.5.2",
|
|
|
|
|
"babel-plugin-transform-es2015-literals": "^6.5.0",
|
|
|
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.5.2",
|
|
|
|
|
"babel-plugin-transform-es2015-object-super": "^6.5.0",
|
|
|
|
|
"babel-plugin-transform-es2015-parameters": "^6.5.0",
|
|
|
|
|
"babel-plugin-transform-es2015-shorthand-properties": "^6.5.0",
|
|
|
|
|
"babel-plugin-transform-es2015-spread": "^6.5.2",
|
|
|
|
|
"babel-plugin-transform-es2015-template-literals": "^6.5.2",
|
|
|
|
|
"babel-plugin-transform-es3-member-expression-literals": "^6.5.0",
|
|
|
|
|
"babel-plugin-transform-es3-property-literals": "^6.5.0",
|
2016-03-24 16:26:34 -07:00
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.6.5",
|
2016-05-04 02:50:27 -04:00
|
|
|
"babel-plugin-transform-react-jsx-source": "^6.8.0",
|
2016-02-26 16:49:32 -08:00
|
|
|
"babel-preset-react": "^6.5.0",
|
2016-06-01 11:21:26 -07:00
|
|
|
"babel-traverse": "^6.9.0",
|
2017-01-11 14:19:32 -05:00
|
|
|
"babylon": "6.15.0",
|
2014-12-30 22:57:47 -08:00
|
|
|
"bundle-collapser": "^1.1.1",
|
2017-03-15 14:20:08 -07:00
|
|
|
"chalk": "^1.1.3",
|
2017-04-05 16:47:29 +01:00
|
|
|
"cli-table": "^0.3.1",
|
2015-01-26 02:19:35 -08:00
|
|
|
"coffee-script": "^1.8.0",
|
2016-04-02 14:26:35 +02:00
|
|
|
"core-js": "^2.2.1",
|
2015-12-21 14:05:03 -06:00
|
|
|
"coveralls": "^2.11.6",
|
2017-06-20 15:37:01 -07:00
|
|
|
"create-react-class": "^15.6.0",
|
2015-11-12 16:02:45 +03:00
|
|
|
"del": "^2.0.2",
|
2015-10-27 01:15:00 +03:00
|
|
|
"derequire": "^2.0.3",
|
2017-04-05 16:47:29 +01:00
|
|
|
"escape-string-regexp": "^1.0.5",
|
2016-11-17 22:16:44 +00:00
|
|
|
"eslint": "^3.10.2",
|
|
|
|
|
"eslint-config-fbjs": "^1.1.1",
|
|
|
|
|
"eslint-plugin-babel": "^3.3.0",
|
|
|
|
|
"eslint-plugin-flowtype": "^2.25.0",
|
|
|
|
|
"eslint-plugin-react": "^6.7.1",
|
2017-02-28 15:59:45 -08:00
|
|
|
"eslint-plugin-react-internal": "file:./eslint-rules",
|
2017-02-06 19:02:17 +00:00
|
|
|
"fbjs": "^0.8.9",
|
2016-04-05 10:50:54 -07:00
|
|
|
"fbjs-scripts": "^0.6.0",
|
2017-04-05 16:47:29 +01:00
|
|
|
"filesize": "^3.5.6",
|
2017-08-08 19:02:10 -07:00
|
|
|
"flow-bin": "^0.52.0",
|
2017-04-05 16:47:29 +01:00
|
|
|
"git-branch": "^0.3.0",
|
|
|
|
|
"glob": "^6.0.4",
|
2017-03-02 11:18:46 -08:00
|
|
|
"glob-stream": "^6.1.0",
|
2013-12-28 23:41:54 -07:00
|
|
|
"gzip-js": "~0.3.2",
|
2017-04-05 16:47:29 +01:00
|
|
|
"gzip-size": "^3.0.0",
|
2017-07-18 17:24:54 -07:00
|
|
|
"jest": "20.1.0-delta.1",
|
|
|
|
|
"jest-config": "20.1.0-delta.1",
|
|
|
|
|
"jest-jasmine2": "20.1.0-delta.1",
|
|
|
|
|
"jest-matchers": "20.1.0-delta.1",
|
|
|
|
|
"jest-runtime": "20.1.0-delta.1",
|
2016-08-10 18:17:49 -07:00
|
|
|
"merge-stream": "^1.0.0",
|
2017-04-05 16:47:29 +01:00
|
|
|
"minimist": "^1.2.0",
|
|
|
|
|
"ncp": "^2.0.0",
|
2017-01-20 02:29:06 +01:00
|
|
|
"object-assign": "^4.1.1",
|
2014-06-17 14:21:24 -07:00
|
|
|
"platform": "^1.1.0",
|
2017-06-26 08:30:45 -07:00
|
|
|
"prettier": "1.2.2",
|
2017-04-20 16:40:58 +01:00
|
|
|
"prop-types": "^15.5.8",
|
2017-04-05 16:47:29 +01:00
|
|
|
"rimraf": "^2.6.1",
|
|
|
|
|
"rollup": "^0.41.6",
|
|
|
|
|
"rollup-plugin-alias": "^1.2.1",
|
|
|
|
|
"rollup-plugin-babel": "^2.7.1",
|
|
|
|
|
"rollup-plugin-commonjs": "^8.0.2",
|
|
|
|
|
"rollup-plugin-inject": "^2.0.0",
|
|
|
|
|
"rollup-plugin-node-resolve": "^2.0.0",
|
|
|
|
|
"rollup-plugin-replace": "^1.1.1",
|
|
|
|
|
"rollup-plugin-uglify": "^1.0.1",
|
2015-10-27 01:15:00 +03:00
|
|
|
"run-sequence": "^1.1.4",
|
2015-07-17 18:20:38 -07:00
|
|
|
"through2": "^2.0.0",
|
2015-10-27 01:15:00 +03:00
|
|
|
"tmp": "~0.0.28",
|
2016-05-03 02:08:12 +03:00
|
|
|
"typescript": "~1.8.10",
|
2015-10-27 01:15:00 +03:00
|
|
|
"uglify-js": "^2.5.0",
|
2016-11-07 11:43:29 -08:00
|
|
|
"yargs": "^6.3.0"
|
2013-05-29 12:46:11 -07:00
|
|
|
},
|
2015-08-18 18:05:13 -07:00
|
|
|
"devEngines": {
|
2017-07-09 21:24:33 +02:00
|
|
|
"node": "4.x || 5.x || 6.x || 7.x || 8.x",
|
2017-06-02 08:03:28 -07:00
|
|
|
"npm": "2.x || 3.x || 4.x || 5.x"
|
2013-06-27 13:09:29 -07:00
|
|
|
},
|
2013-12-04 16:47:13 -05:00
|
|
|
"commonerConfig": {
|
2015-05-21 19:08:18 -07:00
|
|
|
"version": 7
|
2014-02-20 13:10:05 -08:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2017-04-05 16:47:29 +01:00
|
|
|
"build": "npm run version-check && node scripts/rollup/build.js",
|
2015-06-16 01:16:59 -07:00
|
|
|
"linc": "git diff --name-only --diff-filter=ACMRTUB `git merge-base HEAD master` | grep '\\.js$' | xargs eslint --",
|
2017-04-05 16:47:29 +01:00
|
|
|
"lint": "node ./scripts/tasks/eslint.js",
|
2015-08-31 17:17:30 -07:00
|
|
|
"postinstall": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json",
|
2016-06-16 17:18:30 +02:00
|
|
|
"test": "jest",
|
2017-04-05 16:47:29 +01:00
|
|
|
"flow": "node ./scripts/tasks/flow.js",
|
2017-05-11 14:47:29 -07:00
|
|
|
"prettier": "node ./scripts/prettier/index.js write-changed",
|
|
|
|
|
"prettier-all": "node ./scripts/prettier/index.js write",
|
2017-04-05 16:47:29 +01:00
|
|
|
"version-check": "node ./scripts/tasks/version-check.js"
|
2014-05-13 00:40:29 -07:00
|
|
|
},
|
|
|
|
|
"jest": {
|
2017-07-19 10:35:45 -07:00
|
|
|
"projects": [
|
|
|
|
|
"<rootDir>/scripts/jest/stack.config.json",
|
|
|
|
|
"<rootDir>/scripts/jest/fiber.config.json"
|
|
|
|
|
]
|
2013-11-13 18:02:23 -05:00
|
|
|
}
|
2013-05-29 12:46:11 -07:00
|
|
|
}
|