@aleleba/ro-ut-ui 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +17 -0
- package/README.md +46 -0
- package/dist/index.js +1 -0
- package/package.json +95 -0
package/package.json
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@aleleba/ro-ut-ui",
|
|
3
|
+
"version": "2.0.1",
|
|
4
|
+
"description": "UI Component for Ro-ut App",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"start": "npm run storybook",
|
|
8
|
+
"build": "webpack",
|
|
9
|
+
"lint": "eslint ./ --ext .js --ext .ts --ext .jsx --ext .tsx",
|
|
10
|
+
"lint:fix": "eslint ./ --ext .js --ext .ts --ext .jsx --ext .tsx --fix",
|
|
11
|
+
"test": "jest",
|
|
12
|
+
"test:watch": "jest --watch",
|
|
13
|
+
"storybook": "start-storybook -p 3000",
|
|
14
|
+
"build-storybook": "build-storybook"
|
|
15
|
+
},
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "git+https://github.com/aleleba/create-react-component-library.git"
|
|
19
|
+
},
|
|
20
|
+
"keywords": [
|
|
21
|
+
"create",
|
|
22
|
+
"react",
|
|
23
|
+
"component",
|
|
24
|
+
"library",
|
|
25
|
+
"typescript"
|
|
26
|
+
],
|
|
27
|
+
"author": "Alejandro Lembke Barrientos",
|
|
28
|
+
"license": "MIT",
|
|
29
|
+
"bugs": {
|
|
30
|
+
"url": "https://github.com/aleleba/create-react-component-library/issues"
|
|
31
|
+
},
|
|
32
|
+
"homepage": "https://github.com/aleleba/create-react-component-library#readme",
|
|
33
|
+
"devDependencies": {
|
|
34
|
+
"@babel/core": "^7.18.10",
|
|
35
|
+
"@babel/preset-env": "^7.18.10",
|
|
36
|
+
"@babel/preset-react": "^7.18.6",
|
|
37
|
+
"@babel/preset-typescript": "^7.18.6",
|
|
38
|
+
"@babel/register": "^7.18.9",
|
|
39
|
+
"@mdx-js/react": "^2.1.2",
|
|
40
|
+
"@storybook/addon-actions": "^6.5.10",
|
|
41
|
+
"@storybook/addon-essentials": "^6.5.10",
|
|
42
|
+
"@storybook/addon-interactions": "^6.5.10",
|
|
43
|
+
"@storybook/addon-links": "^6.5.10",
|
|
44
|
+
"@storybook/addon-postcss": "^2.0.0",
|
|
45
|
+
"@storybook/builder-webpack5": "^6.5.10",
|
|
46
|
+
"@storybook/manager-webpack5": "^6.5.10",
|
|
47
|
+
"@storybook/mdx2-csf": "^0.0.3",
|
|
48
|
+
"@storybook/preset-scss": "^1.0.3",
|
|
49
|
+
"@storybook/react": "^6.5.10",
|
|
50
|
+
"@storybook/testing-library": "^0.0.13",
|
|
51
|
+
"@testing-library/jest-dom": "^5.16.5",
|
|
52
|
+
"@testing-library/react": "^13.3.0",
|
|
53
|
+
"@testing-library/user-event": "^14.4.2",
|
|
54
|
+
"@types/jest": "^28.1.6",
|
|
55
|
+
"@types/node": "^18.6.5",
|
|
56
|
+
"@types/react": "^18.0.17",
|
|
57
|
+
"@types/react-dom": "^18.0.6",
|
|
58
|
+
"@types/webpack": "^5.28.0",
|
|
59
|
+
"babel-loader": "^8.2.5",
|
|
60
|
+
"bootstrap": "^5.2.0",
|
|
61
|
+
"clean-webpack-plugin": "^4.0.0",
|
|
62
|
+
"css-loader": "^6.7.1",
|
|
63
|
+
"css-minimizer-webpack-plugin": "^4.0.0",
|
|
64
|
+
"dotenv": "^16.0.1",
|
|
65
|
+
"eslint": "^8.21.0",
|
|
66
|
+
"eslint-plugin-react": "^7.30.1",
|
|
67
|
+
"eslint-plugin-storybook": "^0.6.4",
|
|
68
|
+
"eslint-webpack-plugin": "^3.2.0",
|
|
69
|
+
"identity-obj-proxy": "^3.0.0",
|
|
70
|
+
"jest": "^28.1.3",
|
|
71
|
+
"jest-environment-jsdom": "^28.1.3",
|
|
72
|
+
"jest-fetch-mock": "^3.0.3",
|
|
73
|
+
"mini-css-extract-plugin": "^2.6.1",
|
|
74
|
+
"react": "^18.2.0",
|
|
75
|
+
"react-dom": "^18.2.0",
|
|
76
|
+
"sass": "^1.54.3",
|
|
77
|
+
"sass-loader": "^13.0.2",
|
|
78
|
+
"style-loader": "^3.3.1",
|
|
79
|
+
"terser-webpack-plugin": "^5.3.3",
|
|
80
|
+
"ts-loader": "^9.3.1",
|
|
81
|
+
"tsconfig-paths-webpack-plugin": "^4.0.0",
|
|
82
|
+
"typescript": "^4.7.4",
|
|
83
|
+
"url-loader": "^4.1.1",
|
|
84
|
+
"webpack": "^5.74.0",
|
|
85
|
+
"webpack-cli": "^4.10.0",
|
|
86
|
+
"webpack-node-externals": "^3.0.0"
|
|
87
|
+
},
|
|
88
|
+
"peerDependencies": {
|
|
89
|
+
"react": "^18.2.0",
|
|
90
|
+
"react-dom": "^18.2.0"
|
|
91
|
+
},
|
|
92
|
+
"files": [
|
|
93
|
+
"./dist"
|
|
94
|
+
]
|
|
95
|
+
}
|