-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.21 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
{
"name": "rari-components",
"version": "0.0.1",
"private": true,
"main": "index.ts",
"scripts": {
"start": "npm run storybook",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"typecheck": "npx tsc components/**/*.tsx --noEmit --skipLibCheck --jsx preserve --esModuleInterop"
},
"peerDependencies": {
"@chakra-ui/icons": "1.x",
"@chakra-ui/react": "^1.8",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"ethers": "5.x",
"framer-motion": "3.x || 4.x || 5.x || 6.x",
"next": "12.x",
"react": ">=16.8.6",
"react-dom": ">=16.8.6",
"react-table": "7.x"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@chakra-ui/storybook-addon": "^1.0.3",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/react": "^6.4.19",
"@types/node": "17.0.12",
"@types/react": "17.0.38",
"@types/react-table": "^7.7.10",
"babel-loader": "^8.2.3",
"eslint": "8.7.0",
"eslint-config-next": "12.0.8",
"eslint-plugin-storybook": "^0.5.7",
"typescript": "4.5.5"
},
"dependencies": {
"lodash": "^4.17.21"
}
}