UNPKG

1.69 kBJSONView Raw
1{
2 "name": "dev-dep-web-react-styled-components",
3 "version": "0.3.2",
4 "description": "Webpack + ESLint + Babel + Mocha + React + StyledComponents",
5 "author": "dr-js",
6 "license": "MIT",
7 "keywords": [
8 "Dr",
9 "Dr-js",
10 "JavaScript"
11 ],
12 "repository": "github:dr-js/dev-dep",
13 "engines": {
14 "node": "^8.11 || ^9.11 || >=10.9",
15 "npm": ">=6"
16 },
17 "scripts": {
18 "build-library": "babel-node ./webpack.js production",
19 "build-library-dev": "babel-node ./webpack.js development watch",
20 "test": "npm run test-mocha",
21 "test-mocha": "mocha --require @babel/register \"source/**/*.test.js\""
22 },
23 "dependencies": {
24 "@babel/cli": "^7.0.0",
25 "@babel/core": "^7.0.0",
26 "@babel/node": "^7.0.0",
27 "@babel/plugin-proposal-class-properties": "^7.0.0",
28 "@babel/preset-env": "^7.0.0",
29 "@babel/preset-react": "^7.0.0",
30 "@babel/register": "^7.0.0",
31 "babel-eslint": "^9.0.0",
32 "babel-loader": "^8.0.0",
33 "babel-plugin-minify-replace": "^0.4.3",
34 "babel-plugin-module-resolver": "^3.1.1",
35 "babel-plugin-styled-components": "^1.5.1",
36 "cross-env": "^5.2.0",
37 "eslint": "^5.4.0",
38 "eslint-config-standard": "^12.0.0",
39 "eslint-config-standard-react": "^7.0.2",
40 "eslint-plugin-import": "^2.14.0",
41 "eslint-plugin-node": "^7.0.1",
42 "eslint-plugin-promise": "^4.0.0",
43 "eslint-plugin-react": "^7.11.1",
44 "eslint-plugin-standard": "^4.0.0",
45 "mocha": "^5.2.0",
46 "styled-components": "^3.4.5",
47 "uglify-es": "3.3.9",
48 "webpack": "^4.17.1",
49 "webpack-manifest-plugin": "^2.0.3"
50 },
51 "peerDependencies": {
52 "prop-types": "^15.6.2",
53 "react": "^16.4.2"
54 },
55 "sideEffects": false
56}