-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.94 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.94 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
56
57
58
59
{
"name": "react-components-free",
"homepage": "http://react-components-free.whoopcy.com/docs/",
"version": "1.0.14",
"description": "react components for free",
"main": "./dist/index.js",
"module": "./dist/index.es.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook-start": "start-storybook -p 6006",
"storybook-build": "build-storybook",
"storybook-docs": "start-storybook --docs --no-manager-cache",
"build-lib": "rollup -c"
},
"author": "Andreas Hadjithoma",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.5",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@mdx-js/react": "^1.6.22",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-typescript": "^8.3.0",
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-controls": "^6.4.22",
"@storybook/addon-docs": "^6.4.22",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/react": "^6.4.22",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"babel-loader": "^8.2.3",
"eslint": "^8.4.1",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-json-format": "^2.0.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-storybook": "^0.5.11",
"postcss": "8.3.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^2.59.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.1",
"typescript": "^4.5.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/an90dr/react-components.git"
}
}