-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
94 lines (94 loc) · 2.78 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
90
91
92
93
94
{
"name": "swisstronik-js-components",
"version": "1.0.0",
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"keywords": [],
"author": "",
"scripts": {
"clean": "rimraf ./dist",
"prebuild": "run-s clean",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@parcel/optimizer-cssnano": "^2.4.1",
"@storybook/addon-docs": "^6.4.22",
"axios": "^0.24.0",
"date-fns": "^2.28.0",
"dayjs": "^1.10.7",
"framer-motion": "^5.5.5",
"lottie-web": "^5.8.1",
"postcss-loader": "~3.0.0",
"rc-slider": "^10.0.0",
"react": "^17.0.2",
"react-date-range": "^1.4.0",
"react-dom": "^17.0.2",
"react-loading-skeleton": "^3.3.1",
"react-markdown": "^8.0.0",
"react-popper-tooltip": "^4.3.1",
"react-redux": "^7.2.6",
"react-router": "^5.3.1",
"react-router-dom": "5",
"react-router-hash-link": "^2.4.3",
"react-swipeable": "^6.2.0",
"react-table": "^7.8.0",
"redux": "^4.1.2",
"redux-saga": "^1.1.3",
"tailwindcss-interaction-variants": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@parcel/compressor-brotli": "^2.0.1",
"@parcel/compressor-gzip": "^2.0.1",
"@parcel/config-default": "^2.0.1",
"@parcel/transformer-image": "^2.0.1",
"@parcel/transformer-sass": "^2.0.1",
"@parcel/validator-typescript": "^2.0.1",
"@storybook/addon-a11y": "^6.4.22",
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-interactions": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.4.22",
"@storybook/testing-library": "^0.0.11",
"@tailwindcss/aspect-ratio": "^0.3.0",
"@tailwindcss/typography": "^0.4.1",
"@types/node": "^16.11.9",
"@types/react": "^17.0.35",
"@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.20",
"@types/react-router-dom": "^5.3.2",
"@types/react-router-hash-link": "^2.4.5",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"babel-loader": "^8.2.5",
"chromatic": "^6.5.4",
"css-loader": "5.2.7",
"cssnano": "^5.1.7",
"npm-run-all": "^4.1.5",
"parcel": "^2.0.1",
"postcss": "^8",
"postcss-import": "^14.0.2",
"postcss-nested": "^5.0.6",
"rimraf": "^3.0.2",
"sass": "^1.50.1",
"sass-loader": "10.1.1",
"storybook-addon-sass-postcss": "^0.1.1",
"style-loader": "2.0.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"typescript": "^4.5.2"
}
}