forked from equinox-fund/equinox-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.83 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
{
"name": "@equinox-fund/equinox-lib",
"version": "0.0.60",
"description": "Equinox.fund components",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist",
"tailwind"
],
"types": "dist/index.d.ts",
"repository": "git+https://github.com/equinox-fund/equinox-lib.git",
"author": "jeromevvb",
"license": "ISC",
"bugs": {
"url": "https://github.com/equinox-fund/equinox-lib/issues"
},
"homepage": "https://github.com/equinox-fund/equinox-lib#readme",
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/plugin-syntax-flow": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@emotion/babel-plugin": "^11.7.2",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@emotion/jest": "^11.8.0",
"@emotion/react": "^11.8.1",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.1",
"@storybook/addon-a11y": "^6.4.19",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-docs": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/react": "^6.4.19",
"@storybook/testing-library": "^0.0.9",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@types/jest": "^27.4.1",
"@types/react": "^17.0.39",
"@types/uuid": "^8.3.4",
"autoprefixer": "^10.4.2",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.3",
"babel-plugin-macros": "^3.1.0",
"chromatic": "^6.5.1",
"husky": "^7.0.4",
"jest": "^27.5.1",
"postcss": "^8.4.7",
"postcss-import": "^14.0.2",
"postcss-nesting": "^10.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-select": "^5.3.0",
"rollup": "^2.69.0",
"rollup-plugin-dts": "^4.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.2"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.11.1",
"@contentful/rich-text-types": "^15.11.1",
"babel-plugin-react-require": "^3.1.3",
"class-validator": "^0.13.2",
"classnames": "^2.3.1",
"dayjs": "^1.10.8",
"react-icons": "^4.3.1",
"react-overlays": "^5.1.1",
"react-spring": "^9.4.4",
"twin.macro": "^2.8.2",
"uuid": "^8.3.2"
},
"scripts": {
"rollup": "rm -rf dist && rollup -c",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"test": "jest",
"chromatic": "npx chromatic --project-token=830e090d318f",
"prepare": "husky install"
}
}