UNPKG

1.42 kBJSONView Raw
1{
2 "name": "react-sample-components-library",
3 "version": "1.0.2",
4 "description": "",
5 "main": "lib/index.js",
6 "browser": "lib/index.umd.js",
7 "module": "lib/index.es.js",
8 "files": [
9 "/lib"
10 ],
11 "scripts": {
12 "test": "jest",
13 "start": "styleguidist server",
14 "build": "rollup -c",
15 "prepublishOnly": "rm -rf lib && npm run build",
16 "postbuild": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz"
17 },
18 "keywords": [],
19 "author": "",
20 "license": "ISC",
21 "peerDependencies": {
22 "@emotion/core": "10.x",
23 "@emotion/styled": "10.x",
24 "react": "^16.x",
25 "react-dom": "^16.8.6"
26 },
27 "devDependencies": {
28 "@babel/core": "^7.5.5",
29 "@babel/preset-env": "^7.5.5",
30 "@babel/preset-react": "^7.0.0",
31 "@emotion/core": "^10.0.14",
32 "@emotion/styled": "^10.0.14",
33 "@testing-library/react": "^8.0.7",
34 "babel-loader": "^8.0.6",
35 "babel-plugin-emotion": "^10.0.14",
36 "babel-plugin-module-resolver": "^3.2.0",
37 "jest": "^24.8.0",
38 "jest-emotion": "^10.0.14",
39 "react": "^16.8.6",
40 "react-dom": "^16.8.6",
41 "react-styleguidist": "^9.1.13",
42 "rollup": "^1.18.0",
43 "rollup-plugin-babel": "^4.3.3",
44 "rollup-plugin-commonjs": "^10.0.1",
45 "rollup-plugin-node-resolve": "^5.2.0",
46 "rollup-plugin-peer-deps-external": "^2.2.0",
47 "rollup-plugin-terser": "^5.1.1",
48 "rollup-plugin-uglify": "^6.0.2",
49 "webpack": "^4.38.0"
50 }
51}