-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.53 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
{
"name": "@hex-labs/core",
"version": "1.0.52",
"description": "Hexlabs shared custom frontend components for JS/TS projects",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist",
"package.json"
],
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf ./dist && rollup -c",
"release": "standard-version",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HackGT/frontend-core.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/HackGT/frontend-core/issues"
},
"homepage": "https://github.com/HackGT/frontend-core#readme",
"devDependencies": {
"@babel/core": "^7.18.6",
"@chakra-ui/icons": "^2.0.4",
"@chakra-ui/react": "^2.2.4",
"@chakra-ui/storybook-addon": "^4.0.4",
"@chakra-ui/system": "^2.2.2",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.3",
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-docs": "^6.5.10",
"@storybook/addon-essentials": "^6.5.9",
"@storybook/addon-interactions": "^6.5.9",
"@storybook/addon-links": "^6.5.9",
"@storybook/addons": "^6.5.9",
"@storybook/api": "^6.5.9",
"@storybook/builder-webpack5": "^6.5.9",
"@storybook/components": "^6.5.9",
"@storybook/manager-webpack5": "^6.5.9",
"@storybook/react": "^6.5.9",
"@storybook/testing-library": "^0.0.13",
"@types/react": "^18.0.14",
"axios": "^0.27.2",
"babel-loader": "^8.2.5",
"firebase": "^9.9.4",
"framer-motion": "^6.3.16",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-router-dom": "^6.3.0",
"rollup": "^2.75.7",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.32.1",
"standard-version": "^9.5.0",
"typescript": "^4.7.4"
},
"peerDependencies": {
"@chakra-ui/icons": ">=2.0.0",
"@chakra-ui/react": ">=2.0.0",
"@chakra-ui/system": ">=2.0.0",
"firebase": ">=9.0.0",
"axios": ">=0.25.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"react-router-dom": ">=6.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {}
}