-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.25 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
{
"name": "@python-italia/pycon-styleguide",
"version": "0.1.197",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./style": "./dist/index.css",
"./custom-style": "./dist/custom-style.css",
"./config-parts": "./dist/config-parts.js",
"./icons": "./dist/icons/index.js",
"./illustrations": "./dist/illustrations/index.js"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"storybook": "start-storybook -p 6006",
"storybook:export": "build-storybook",
"build": "rollup -c",
"build:watch": "rollup -c -w",
"prepublishOnly": "rm -rf dist/ && pnpm run build"
},
"peerDependencies": {
"clsx": "^1.1.1",
"date-fns": "^2.28.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react-use": "^17.3.2"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@biomejs/biome": "^1.8.0",
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/react": "^6.5.16",
"@tailwindcss/typography": "^0.5.13",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^12.1.5",
"@types/bluebird": "^3.5.42",
"@types/jest": "^27.5.2",
"@types/node": "^20.12.11",
"@types/react": "^17.0.80",
"@types/react-dom": "^17.0.25",
"autoprefixer": "^10.4.19",
"babel-loader": "^8.3.0",
"babel-preset-react-app": "^10.0.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"postcss": "^8.4.38",
"prettier": "^2.8.8",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^2.79.1",
"rollup-plugin-styles": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"tailwindcss": "^3.4.3",
"tailwindcss-blend-mode": "^1.0.0",
"ts-jest": "^27.1.5",
"ts-toolbelt": "^9.6.0",
"tslib": "^2.6.2",
"typescript": "^4.9.5",
"webpack": "^5.91.0"
},
"dependencies": {
"clsx": "^1.2.1",
"date-fns": "^2.30.0",
"framer-motion": "^11.1.9",
"react-intl": "^6.6.6",
"react-text-transition": "^1.3.0",
"react-use": "^17.5.0"
}
}