UNPKG

2.21 kBJSONView Raw
1{
2 "name": "dr-dev-web-react-styled-components",
3 "version": "0.0.1",
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 "scripts": {
14 "// script ======================": "",
15 "script-base": "babel-node ./script quiet",
16 "script-pack": "babel-node ./script quiet pack",
17 "script-publish": "babel-node ./script pack publish",
18 "script-publish-dev": "babel-node ./script pack publish-dev",
19 "script-generate-spec": "babel-node ./script/generateSpec",
20 "// build =======================": "",
21 "build-library": "babel-node ./script/webpack.js production profile",
22 "build-library-dev": "babel-node ./script/webpack.js development watch",
23 "// test ========================": "",
24 "test": "npm run test-mocha",
25 "test-mocha": "mocha --require @babel/register \"source/**/*.test.js\"",
26 "// =============================": "",
27 "analyze-stat": "npx webpack-bundle-analyzer .temp-gitignore/profile-stat.json"
28 },
29 "engines": {
30 "node": "^8.12 || >=10.12",
31 "npm": ">=6"
32 },
33 "peerDependencies": {
34 "prop-types": "^15.6.2",
35 "react": "^16.6.3"
36 },
37 "dependencies": {
38 "@babel/cli": "^7.2.0",
39 "@babel/core": "^7.2.2",
40 "@babel/node": "^7.2.2",
41 "@babel/plugin-proposal-class-properties": "^7.2.1",
42 "@babel/preset-env": "^7.2.0",
43 "@babel/preset-react": "^7.0.0",
44 "@babel/register": "^7.0.0",
45 "babel-eslint": "^10.0.1",
46 "babel-loader": "^8.0.4",
47 "babel-plugin-minify-replace": "^0.5.0",
48 "babel-plugin-module-resolver": "^3.1.1",
49 "babel-plugin-styled-components": "^1.10.0",
50 "cross-env": "^5.2.0",
51 "eslint": "^5.10.0",
52 "eslint-config-standard": "^12.0.0",
53 "eslint-config-standard-react": "^7.0.2",
54 "eslint-plugin-import": "^2.14.0",
55 "eslint-plugin-node": "^8.0.0",
56 "eslint-plugin-promise": "^4.0.1",
57 "eslint-plugin-react": "^7.11.1",
58 "eslint-plugin-standard": "^4.0.0",
59 "mocha": "^5.2.0",
60 "styled-components": "^4.1.3",
61 "terser": "^3.11.0",
62 "webpack": "^4.27.1"
63 },
64 "sideEffects": false
65}