UNPKG

5.01 kBJSONView Raw
1{
2 "name": "@withjoy/joykit",
3 "version": "0.0.77",
4 "description": "UI Component Library for Joy web",
5 "main": "lib/index.js",
6 "module": "lib/index.module.js",
7 "types": "lib/index.d.ts",
8 "files": [
9 "lib/**/*"
10 ],
11 "author": "Joy",
12 "license": "MIT",
13 "scripts": {
14 "start": "rm -rf dist && webpack-dev-server --config config/webpack.config.js",
15 "build": "npx rollup -c --environment TARGET:dist,BUILD:production,NODE_ENV:production",
16 "build:dev": "rm -rf lib && npx rollup -c --environment TARGET:dist,BUILD:developent,NODE_ENV:developent",
17 "postbuild": "es-check es5 ./lib/index.js",
18 "version": "git add -A src",
19 "postversion": "git push && git push --tags",
20 "storybook": "start-storybook -p 6006 --debug-webpack",
21 "build-storybook": "build-storybook",
22 "deploy-storybook": "storybook-to-ghpages"
23 },
24 "dependencies": {
25 "@types/debounce": "^1.2.0",
26 "@types/react-swipeable-views": "^0.13.0",
27 "@types/react-textarea-autosize": "^4.3.3",
28 "@types/styled-components": "^4.1.18",
29 "@types/styled-system": "^3.2.2",
30 "debounce": "1.2.0",
31 "deepmerge": "3.2.0",
32 "downshift": "^3.2.12",
33 "match-sorter": "^3.1.1",
34 "memoize-one": "5.0.0",
35 "popper.js": "^1.15.0",
36 "react-event-listener": "0.6.6",
37 "react-fast-compare": "^2.0.4",
38 "react-media": "1.9.2",
39 "react-popper": "^1.3.3",
40 "react-portal": "4.2.0",
41 "react-spring": "^8.0.27",
42 "react-swipeable-views": "0.13.1",
43 "react-textarea-autosize": "7.1.0",
44 "resize-observer-polyfill": "^1.5.1",
45 "smoothscroll-polyfill": "0.4.3",
46 "styled-system": "4.0.0",
47 "warning": "4.0.3"
48 },
49 "devDependencies": {
50 "@babel/core": "7.2.2",
51 "@babel/plugin-proposal-class-properties": "^7.4.0",
52 "@babel/plugin-syntax-dynamic-import": "^7.2.0",
53 "@babel/plugin-transform-runtime": "^7.7.6",
54 "@babel/preset-env": "^7.4.3",
55 "@babel/preset-react": "^7.0.0",
56 "@babel/preset-typescript": "^7.3.3",
57 "@rollup/plugin-alias": "^3.0.0",
58 "@sambego/storybook-state": "^1.3.6",
59 "@storybook/addon-actions": "^5.2.6",
60 "@storybook/addon-docs": "^5.2.6",
61 "@storybook/addon-info": "^5.2.6",
62 "@storybook/addon-knobs": "^5.2.6",
63 "@storybook/addon-links": "^5.2.6",
64 "@storybook/addon-storysource": "^5.2.6",
65 "@storybook/addons": "^5.2.6",
66 "@storybook/preset-typescript": "^1.1.0",
67 "@storybook/react": "^5.2.6",
68 "@storybook/source-loader": "^5.2.6",
69 "@storybook/storybook-deployer": "^2.8.1",
70 "@types/debug": "4.1.0",
71 "@types/deepmerge": "^2.2.0",
72 "@types/faker": "^4.1.5",
73 "@types/jest": "^24.0.15",
74 "@types/match-sorter": "^2.3.0",
75 "@types/memoize-one": "^4.1.0",
76 "@types/node": "^12.0.10",
77 "@types/react": "^16.8.6",
78 "@types/react-dom": "16.8.2",
79 "@types/react-event-listener": "^0.4.9",
80 "@types/react-portal": "4.0.1",
81 "@types/react-router-dom": "^4.3.1",
82 "@types/smoothscroll-polyfill": "^0.3.1",
83 "@types/storybook__addon-info": "^4.1.2",
84 "@types/storybook__react": "^4.0.2",
85 "@types/warning": "^3.0.0",
86 "babel-loader": "8.0.5",
87 "babel-plugin-styled-components": "^1.10.0",
88 "css-loader": "^3.0.0",
89 "dotenv-webpack": "^1.7.0",
90 "es-check": "^5.1.0",
91 "faker": "^4.1.0",
92 "fork-ts-checker-webpack-plugin": "0.5.2",
93 "html-webpack-plugin": "3.2.0",
94 "husky": "1.3.1",
95 "jest": "^24.8.0",
96 "lint-staged": "8.1.3",
97 "postcss-loader": "^3.0.0",
98 "prettier": "1.16.3",
99 "prop-types": "^15.7.2",
100 "react": "16.9.0",
101 "react-dev-utils": "7.0.1",
102 "react-docgen-typescript": "^1.12.5",
103 "react-docgen-typescript-loader": "^3.3.0",
104 "react-dom": "16.9.0",
105 "react-hot-loader": "4.8.0",
106 "react-is": "^16.11.0",
107 "react-router-dom": "^4.3.1",
108 "react-spring": "^8.0.27",
109 "rollup": "^1.27.14",
110 "rollup-plugin-analyzer": "^3.1.1",
111 "rollup-plugin-babel": "4.3.2",
112 "rollup-plugin-commonjs": "^9.3.4",
113 "rollup-plugin-filesize": "^6.0.1",
114 "rollup-plugin-node-resolve": "4.0.0",
115 "rollup-plugin-size-snapshot": "^0.9.0",
116 "rollup-plugin-terser": "4.0.4",
117 "rollup-plugin-typescript2": "0.20.1",
118 "rollup-plugin-visualizer": "^3.3.1",
119 "style-loader": "^0.23.1",
120 "styled-components": "4.1.3",
121 "ts-jest": "^24.0.2",
122 "ts-loader": "^6.0.4",
123 "tsconfig-paths-webpack-plugin": "3.2.0",
124 "tslint": "5.12.1",
125 "tslint-config-prettier": "1.17.0",
126 "tslint-react": "3.6.0",
127 "typescript": "3.3",
128 "typescript-plugin-styled-components": "^1.3.0",
129 "webpack": "4.29.0",
130 "webpack-cli": "3.2.1",
131 "webpack-dev-server": "3.1.14"
132 },
133 "peerDependencies": {
134 "react": ">= 16.8.3",
135 "react-dom": ">= 16.8.3",
136 "styled-components": ">= 4",
137 "typescript": ">= 3.3"
138 },
139 "husky": {
140 "hooks": {
141 "pre-commit": "lint-staged"
142 }
143 },
144 "lint-staged": {
145 "*.{jsx,js,tsx}": [
146 "node_modules/prettier/bin-prettier.js --config ./.prettierrc --write",
147 "git add"
148 ]
149 }
150}