-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.62 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "react-ejist-lib",
"version": "1.0.0",
"description": "A collection of simple react components for quick ui design. Currently only Social Media Icons.",
"main": "dist/index.js",
"module": "dist/index.es.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"build-lib": "rollup -c"
},
"keywords": [
"react",
"ejist",
"ui",
"components",
"react-ejist-lib"
],
"author": "Eric Stautmeister",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/EricStautmeister/react-ejist-lib.git"
},
"bugs": {
"url": "https://github.com/EricStautmeister/react-ejist-lib/issues"
},
"homepage": "https://github.com/EricStautmeister/react-ejist-lib#readme",
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-react": "^7.16.7",
"@rollup/plugin-image": "^2.1.1",
"@rollup/plugin-node-resolve": "^13.2.1",
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-interactions": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/react": "^6.4.22",
"@storybook/testing-library": "0.0.11",
"babel-loader": "^8.2.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rollup": "^2.70.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"dependencies": {}
}