-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
110 lines (110 loc) · 3.24 KB
/
package.json
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "frolic-react",
"version": "1.0.12",
"description": "React Library to Build Analytics Dashboard 10x Faster",
"scripts": {
"prebuild": "rm -rf dist",
"rollup": "rollup -c",
"tests": "jest",
"build-storybook": "storybook build",
"storybook": "storybook dev -p 6006",
"chromatic": "npx chromatic --project-token=chpt_0519ebd34582eed"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frolicorg/frolic-react.git"
},
"author": {
"name": "frolic"
},
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/frolicorg/frolic-react/issues"
},
"homepage": "https://github.com/frolicorg/frolic-react#readme",
"dependencies": {
"@floating-ui/react": "^0.19.1",
"@headlessui/react": "^1.7.14",
"@headlessui/tailwindcss": "^0.1.3",
"@storybook/addon-docs": "^7.2.1",
"date-fns": "^2.28.0",
"react-day-picker": "^8.7.1",
"react-transition-group": "^4.4.5",
"recharts": "^2.7.1",
"tailwind-merge": "^1.9.1"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@heroicons/react": "^2.0.18",
"@mdx-js/react": "^2.2.1",
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-node-resolve": "^13.2.1",
"@rollup/plugin-typescript": "^8.3.2",
"@storybook/addon-actions": "^7.2.1",
"@storybook/addon-essentials": "^7.2.1",
"@storybook/addon-interactions": "^7.2.1",
"@storybook/addon-links": "^7.2.1",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/manager-api": "^7.2.1",
"@storybook/mdx2-csf": "^1.1.0",
"@storybook/react": "^7.2.1",
"@storybook/react-webpack5": "^7.2.1",
"@storybook/testing-library": "^0.2.0",
"@storybook/theming": "^7.2.1",
"@testing-library/react": "^13.1.1",
"@types/jest": "^27.4.1",
"@types/react": "^18.0.5",
"@types/react-transition-group": "^4.4.5",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"autoprefixer": "^10.4.4",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.5",
"chromatic": "^6.20.0",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.0.0",
"resize-observer-polyfill": "^1.5.1",
"rollup": "^2.70.2",
"rollup-plugin-dts": "^4.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-preserve-directives": "^0.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript-paths": "^1.3.1",
"storybook": "^7.2.1",
"tailwindcss": "^3.3.2",
"tslib": "^2.5.0",
"typescript": "^4.6.3",
"webpack": "^5.75.0"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": ">=16.6.0"
},
"main": "dist/index.cjs",
"module": "dist/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"keywords": [
"dashboard",
"tailwindcss",
"analytics",
"frolic"
],
"readme": "ERROR: No README data found!",
"_id": "[email protected]"
}