-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.77 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
{
"version": "0.1.9",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"scripts": {
"prepareforbuild": "barrel-maintainer src --includeRootDir",
"build": "rollup -c",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"name": "@commonfate/design",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@chakra-ui/icons": "^1.0.16",
"@chakra-ui/react": "^1.6.10",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-multi-entry": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.0",
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/react": "^6.3.12",
"@types/react": "17.0.2",
"babel-loader": "^8.2.3",
"barrel-maintainer": "^1.5.3",
"eslint": "8.0.1",
"eslint-config-next": "11.1.2",
"framer-motion": "^4",
"fs": "^0.0.1-security",
"next": "11.1.2",
"postcss": "^8.4.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"rollup": "^2.63.0",
"rollup-plugin-dts": "^4.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"storybook-addon-designs": "^6.2.0",
"storybook-addon-pseudo-states": "^1.0.0",
"typescript": "4.4.4"
},
"peerDependencies": {
"@chakra-ui/icons": "^1.0.16",
"@chakra-ui/react": "^1.6.10",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@types/react": "17.0.2",
"framer-motion": "^4",
"react": "17.0.2",
"react-dom": "17.0.2",
"typescript": "4.4.4"
}
}