UNPKG

1.74 kBJSONView Raw
1{
2 "name": "dev-dep-babel-react",
3 "version": "0.2.0",
4 "description": "ESLint + Babel + Mocha + React",
5 "author": "dr-js",
6 "license": "MIT",
7 "keywords": [
8 "Dr",
9 "Dr-js",
10 "JavaScript"
11 ],
12 "repository": "https://github.com/dr-js/dev-dep.git",
13 "homepage": "https://github.com/dr-js/dev-dep#readme",
14 "bugs": "https://github.com/dr-js/dev-dep/issues",
15 "engines": {
16 "node": ">=8.8.0",
17 "npm": ">=5.5.0",
18 "yarn": ">=1.5.0"
19 },
20 "scripts": {
21 "build-library": "babel ./source --out-dir ./library",
22 "build-library-dev": "cross-env BABEL_ENV=dev babel ./source --out-dir ./library --watch",
23 "test": "yarn test-mocha",
24 "test-mocha": "mocha --require @babel/register source/**/*.test.js"
25 },
26 "dependencies": {
27 "@babel/cli": "^7.0.0-beta.44",
28 "@babel/core": "^7.0.0-beta.44",
29 "@babel/node": "^7.0.0-beta.44",
30 "@babel/plugin-proposal-class-properties": "^7.0.0-beta.44",
31 "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.44",
32 "@babel/preset-env": "^7.0.0-beta.44",
33 "@babel/preset-react": "^7.0.0-beta.44",
34 "@babel/register": "^7.0.0-beta.44",
35 "babel-eslint": "^8.2.2",
36 "babel-plugin-minify-replace": "^0.4.0",
37 "babel-plugin-module-resolver": "^3.1.1",
38 "cross-env": "^5.1.4",
39 "eslint": "^4.19.1",
40 "eslint-config-standard": "^11.0.0",
41 "eslint-config-standard-react": "^6.0.0",
42 "eslint-plugin-import": "^2.10.0",
43 "eslint-plugin-node": "^6.0.1",
44 "eslint-plugin-promise": "^3.7.0",
45 "eslint-plugin-react": "^7.7.0",
46 "eslint-plugin-standard": "^3.0.1",
47 "mocha": "^5.0.5",
48 "uglify-es": "3.3.9"
49 },
50 "peerDependencies": {
51 "prop-types": "^15.6.1",
52 "react": "^16.3.1"
53 },
54 "sideEffects": false
55}