diy-template-components 0.0.48
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/README.md +65 -0
- package/build/478367302082f28d.svg +9 -0
- package/build/index.es.js +6430 -0
- package/build/index.es.js.map +1 -0
- package/build/index.js +6447 -0
- package/build/index.js.map +1 -0
- package/package.json +88 -0
package/package.json
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "diy-template-components",
|
|
3
|
+
"version": "0.0.48",
|
|
4
|
+
"description": "DIY Template Components",
|
|
5
|
+
"main": "build/index.js",
|
|
6
|
+
"module": "build/index.es.js",
|
|
7
|
+
"files": [
|
|
8
|
+
"build"
|
|
9
|
+
],
|
|
10
|
+
"scripts": {
|
|
11
|
+
"build": "rollup -c",
|
|
12
|
+
"start": "npm run build && npm run storybook",
|
|
13
|
+
"storybook": "start-storybook --docs -p 3000 --no-manager-cache -s./.storybook/images",
|
|
14
|
+
"build-storybook": "build-storybook -o ./dist -s ./.storybook/images",
|
|
15
|
+
"deploy:docs": "gh-pages -d build",
|
|
16
|
+
"create-module": "node ./scripts/module-creater.helper.js",
|
|
17
|
+
"prepare": "husky install"
|
|
18
|
+
},
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "git+https://github.com/XPrepOfficial/diy-template-components.git"
|
|
22
|
+
},
|
|
23
|
+
"keywords": [
|
|
24
|
+
"react",
|
|
25
|
+
"react-component",
|
|
26
|
+
"react-component-library",
|
|
27
|
+
"typescript",
|
|
28
|
+
"rollup",
|
|
29
|
+
"storybook"
|
|
30
|
+
],
|
|
31
|
+
"license": "ISC",
|
|
32
|
+
"dependencies": {
|
|
33
|
+
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
|
34
|
+
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
|
35
|
+
"@fortawesome/react-fontawesome": "^0.1.14",
|
|
36
|
+
"@rollup/plugin-babel": "^5.3.1",
|
|
37
|
+
"babel-preset-es2015-rollup": "^3.0.0",
|
|
38
|
+
"font-awesome": "^4.7.0",
|
|
39
|
+
"fontawesome": "^5.6.3",
|
|
40
|
+
"moment": "^2.29.1",
|
|
41
|
+
"prop-types": "^15.7.2",
|
|
42
|
+
"react": "^17.0.2",
|
|
43
|
+
"react-dom": "^17.0.2",
|
|
44
|
+
"react-fontawesome": "^1.7.1",
|
|
45
|
+
"react-infinite-scroll-component": "^6.1.0",
|
|
46
|
+
"react-jss": "^10.9.0",
|
|
47
|
+
"react-router-dom": "^5.3.0",
|
|
48
|
+
"react-slick": "^0.28.1",
|
|
49
|
+
"rollup-plugin-typescript2": "^0.31.2",
|
|
50
|
+
"rxjs": "^7.4.0",
|
|
51
|
+
"typescript": "^4.6.2"
|
|
52
|
+
},
|
|
53
|
+
"devDependencies": {
|
|
54
|
+
"@babel/core": "^7.9.6",
|
|
55
|
+
"@rollup/plugin-commonjs": "^21.0.3",
|
|
56
|
+
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
57
|
+
"@rollup/plugin-url": "^6.1.0",
|
|
58
|
+
"@storybook/addon-docs": "^6.4.19",
|
|
59
|
+
"@storybook/addon-essentials": "^6.4.19",
|
|
60
|
+
"@storybook/addons": "^6.4.19",
|
|
61
|
+
"@storybook/client-api": "^6.4.19",
|
|
62
|
+
"@storybook/react": "^6.4.19",
|
|
63
|
+
"@storybook/theming": "^6.4.19",
|
|
64
|
+
"@types/react": "^16.9.34",
|
|
65
|
+
"axios": "^0.21.4",
|
|
66
|
+
"babel-loader": "^8.1.0",
|
|
67
|
+
"babel-preset-react": "^6.24.1",
|
|
68
|
+
"babel-preset-react-app": "^9.1.2",
|
|
69
|
+
"gh-pages": "^0.12.0",
|
|
70
|
+
"husky": "^7.0.2",
|
|
71
|
+
"lint-staged": "^11.2.3",
|
|
72
|
+
"prettier": "^2.4.1",
|
|
73
|
+
"rollup": "^2.70.1",
|
|
74
|
+
"rollup-plugin-copy": "^3.3.0",
|
|
75
|
+
"rollup-plugin-peer-deps-external": "^2.2.2",
|
|
76
|
+
"rollup-plugin-sass": "^1.2.2",
|
|
77
|
+
"sass-loader": "^8.0.2"
|
|
78
|
+
},
|
|
79
|
+
"bugs": {
|
|
80
|
+
"url": "https://github.com/XPrepOfficial/diy-template-components/issues"
|
|
81
|
+
},
|
|
82
|
+
"homepage": "https://github.com/XPrepOfficial/diy-template-components#readme",
|
|
83
|
+
"lint-staged": {
|
|
84
|
+
"**/*.{js,css,md,tsx,jsx,ts,json}": [
|
|
85
|
+
"prettier --write"
|
|
86
|
+
]
|
|
87
|
+
}
|
|
88
|
+
}
|