|
1 | 1 | {
|
2 |
| - "name": "@truerenton/uilib", |
3 |
| - "version": "0.0.2", |
| 2 | + "name": "@foreverido/uilib", |
| 3 | + "version": "0.0.11", |
4 | 4 | "description": "React UI components library",
|
5 | 5 | "scripts": {
|
6 | 6 | "test": "echo \"Error: no test specified\" && exit 1",
|
7 | 7 | "ts": "tsc --noUnusedLocals",
|
8 | 8 | "dev": "webpack-dev-server --mode=development --config ./config/docs.webpack.config.js --progress",
|
9 |
| - "docs:build": "NODE_ENV=production webpack --mode=production --config ./config/docs.webpack.config.js --progress", |
10 |
| - "docs:deploy": "./bin/deploy-docs.sh", |
11 |
| - "build:lib": "rollup -c rollup.config.ts", |
| 9 | + "build": "rollup -c rollup.config.ts", |
12 | 10 | "release": "standard-version",
|
13 | 11 | "release:patch": "yarn release -- --release-as patch",
|
14 | 12 | "release:minor": "yarn release -- --release-as minor",
|
15 |
| - "release:major": "yarn release -- --release-as major" |
| 13 | + "release:major": "yarn release -- --release-as major", |
| 14 | + "docs:build": "NODE_ENV=production webpack --mode=production --config ./config/docs.webpack.config.js --progress", |
| 15 | + "docs:deploy": "./bin/deploy-docs.sh" |
16 | 16 | },
|
17 | 17 | "standard-version": {
|
18 | 18 | "scripts": {
|
|
28 | 28 | "components",
|
29 | 29 | "library"
|
30 | 30 | ],
|
31 |
| - "homepage": "https://github.com/apostololeg/uilib#readme", |
| 31 | + "homepage": "https://github.com/foreverido/uilib#readme", |
32 | 32 | "repository": {
|
33 | 33 | "type": "git",
|
34 |
| - "url": "git+https://github.com/apostololeg/uilib.git" |
| 34 | + "url": "git+https://github.com/foreverido/uilib.git" |
35 | 35 | },
|
36 |
| - "main": "lib/index.cjs.js", |
37 |
| - "module": "lib/esm", |
38 |
| - "types": "lib/types", |
| 36 | + "main": "dist/cjs", |
| 37 | + "module": "dist/esm", |
| 38 | + "types": "dist/index.d.ts", |
39 | 39 | "sideEffects": false,
|
40 | 40 | "dependencies": {
|
41 |
| - "@guanghechen/postcss-modules-dts": "^1.8.4", |
42 |
| - "@rollup/plugin-babel": "^5.3.0", |
43 |
| - "@rollup/plugin-json": "^4.1.0", |
| 41 | + "classnames": "^2.2.6", |
| 42 | + "compareq": "^1.2.2", |
| 43 | + "decko": "^1.2.0", |
44 | 44 | "fastest-validator": "^1.4.1",
|
45 |
| - "path-parser": "^6.1.0", |
46 |
| - "rollup-plugin-cleaner": "^1.0.0", |
47 |
| - "rollup-plugin-delete": "^2.0.0", |
48 |
| - "rollup-plugin-node-externals": "^2.2.0", |
49 |
| - "rollup-plugin-postcss": "^4.0.1", |
50 |
| - "rollup-plugin-styles": "^3.14.1", |
51 |
| - "rollup-plugin-stylus-css-modules": "^1.5.0", |
52 |
| - "rollup-plugin-svg": "^2.0.0", |
53 |
| - "rollup-plugin-uglify": "^6.0.4", |
54 |
| - "typescript-plugin-css-modules": "^3.4.0" |
| 45 | + "justorm": "^2.1.1", |
| 46 | + "lodash.omit": "^4.5.0", |
| 47 | + "lodash.pick": "^4.4.0", |
| 48 | + "nanoid": "^3.1.6", |
| 49 | + "preact": "^10.4.4", |
| 50 | + "react": "^17.0.2", |
| 51 | + "react-dom": "^17.0.2", |
| 52 | + "timen": "^0.0.9" |
55 | 53 | },
|
56 | 54 | "devDependencies": {
|
57 | 55 | "@babel/core": "^7.9.6",
|
|
72 | 70 | "@babel/preset-env": "^7.12.1",
|
73 | 71 | "@babel/preset-typescript": "^7.16.0",
|
74 | 72 | "@babel/runtime-corejs2": "^7.9.6",
|
| 73 | + "@codesandbox/sandpack-react": "^0.12.0", |
| 74 | + "@guanghechen/postcss-modules-dts": "^1.8.4", |
| 75 | + "@rollup/plugin-babel": "^5.3.0", |
75 | 76 | "@rollup/plugin-commonjs": "^21.0.1",
|
| 77 | + "@rollup/plugin-json": "^4.1.0", |
76 | 78 | "@rollup/plugin-node-resolve": "^13.0.6",
|
77 | 79 | "@svgr/rollup": "^5.5.0",
|
78 | 80 | "@types/react": "^17.0.34",
|
79 | 81 | "@webpack-cli/serve": "^1.6.0",
|
80 | 82 | "babel-loader": "^8.2.3",
|
81 | 83 | "babel-minify-webpack-plugin": "^0.3.1",
|
82 | 84 | "babel-plugin-object-to-json-parse": "^0.2.0",
|
83 |
| - "classnames": "^2.2.6", |
84 | 85 | "clean-webpack-plugin": "^4.0.0",
|
85 |
| - "compareq": "^1.2.2", |
86 | 86 | "component-directory-webpack-plugin": "^1.0.5",
|
87 | 87 | "copy-webpack-plugin": "^9.0.1",
|
88 | 88 | "css-loader": "^6.5.0",
|
89 | 89 | "css-modules-typescript-loader": "^4.0.1",
|
90 | 90 | "cssnano": "^4.1.10",
|
91 |
| - "decko": "^1.2.0", |
92 | 91 | "favicons-webpack-plugin": "^5.0.2",
|
93 | 92 | "file-loader": "^6.2.0",
|
94 | 93 | "html-webpack-plugin": "^5.5.0",
|
95 |
| - "justorm": "^2.1.1", |
96 |
| - "lodash.omit": "^4.5.0", |
97 |
| - "lodash.pick": "^4.4.0", |
98 | 94 | "mini-css-extract-plugin": "^2.4.3",
|
99 |
| - "nanoid": "^3.1.6", |
| 95 | + "path-parser": "^6.1.0", |
100 | 96 | "postcss-cssnext": "^3.1.0",
|
101 | 97 | "postcss-loader": "^6.2.0",
|
102 | 98 | "postcss-preset-env": "^6.7.0",
|
103 |
| - "preact": "^10.4.4", |
104 | 99 | "preact-svg-loader": "^0.2.1",
|
105 |
| - "react-dom": "^17.0.2", |
| 100 | + "raw-loader": "^4.0.2", |
106 | 101 | "replace": "^1.2.1",
|
| 102 | + "rollup-plugin-cleaner": "^1.0.0", |
| 103 | + "rollup-plugin-delete": "^2.0.0", |
| 104 | + "rollup-plugin-dts": "^4.1.0", |
| 105 | + "rollup-plugin-node-externals": "^2.2.0", |
| 106 | + "rollup-plugin-postcss": "^4.0.1", |
| 107 | + "rollup-plugin-styles": "^3.14.1", |
| 108 | + "rollup-plugin-stylus-css-modules": "^1.5.0", |
| 109 | + "rollup-plugin-svg": "^2.0.0", |
107 | 110 | "rollup-plugin-typescript-paths": "^1.3.0",
|
108 | 111 | "rollup-plugin-typescript2": "^0.30.0",
|
| 112 | + "rollup-plugin-uglify": "^6.0.4", |
109 | 113 | "standard-version": "^9.3.2",
|
110 | 114 | "style-loader": "^3.3.1",
|
111 | 115 | "stylus": "^0.54.7",
|
112 | 116 | "stylus-loader": "^6.2.0",
|
113 | 117 | "terser-webpack-plugin": "^5.2.4",
|
114 |
| - "timen": "^0.0.9", |
115 | 118 | "typescript": "^4.4.4",
|
| 119 | + "typescript-plugin-css-modules": "^3.4.0", |
116 | 120 | "webpack": "5",
|
117 | 121 | "webpack-bundle-analyzer": "^3.8.0",
|
118 | 122 | "webpack-cli": "^4.9.1",
|
|
123 | 127 | "url": "https://github.com/apostololeg/uilib/issues"
|
124 | 128 | },
|
125 | 129 | "directories": {
|
126 |
| - "lib": "lib" |
| 130 | + "dist": "./dist" |
127 | 131 | }
|
128 | 132 | }
|
0 commit comments