-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
102 lines (102 loc) · 3.08 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
95
96
97
98
99
100
101
102
{
"name": "@pluginio/air-ui",
"version": "0.0.1",
"description": "",
"keywords": [
"react",
"components",
"accessible",
"accessibility",
"wai-aria",
"aria",
"a11y"
],
"author": "Jack Burgess",
"homepage": "https://github.com/pluginio/air-ui#readme",
"license": "MIT",
"main": "./build/index.js",
"module": "./build/index.es.js",
"scripts": {
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public",
"build": "rollup -c",
"lint": "eslint 'src/**/*.{js,ts,tsx}' --quiet --fix",
"test": "exit 0",
"gen:theme-typings": "npx @chakra-ui/cli tokens src/theming/theme.ts",
"start": "http-server storybook-static",
"heroku-postbuild": "yarn build-storybook"
},
"dependencies": {
"@chakra-ui/react": "1.6.6",
"http-server": "^0.12.3"
},
"peerDependencies": {
"@chakra-ui/react": "1.6.6",
"@chakra-ui/theme-tools": "1.1.9",
"@emotion/react": "11.4.1",
"@emotion/styled": "11.3.0",
"framer-motion": "4.1.17",
"highcharts": "9.1.2",
"highcharts-react-official": "3.0.0",
"react": "17.0.2",
"react-icons": "4.2.0",
"swiper": "6.8.1"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@chakra-ui/cli": "^1.3.0",
"@emotion/react": "11.4.1",
"@emotion/styled": "11.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@storybook/addon-a11y": "^6.3.9",
"@storybook/addon-actions": "^6.3.9",
"@storybook/addon-essentials": "^6.3.9",
"@storybook/addon-links": "^6.3.9",
"@storybook/addons": "^6.3.9",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.3.9",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.5",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.37",
"@types/testing-library__jest-dom": "^5.9.5",
"@types/testing-library__react": "^10.2.0",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "8.1.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"css-loader": "^5.2.4",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-jest": "^24.3.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.23.1",
"fork-ts-checker-webpack-plugin": "^6.2.0",
"framer-motion": "4.1.17",
"highcharts": "9.1.2",
"highcharts-react-official": "^3.0.0",
"i18next": "^20.1.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-i18next": "^11.8.12",
"react-icons": "^4.2.0",
"rollup": "^2.44.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"sass": "^1.32.12",
"sass-loader": "^10",
"style-loader": "^2.0.0",
"swiper": "6.8.1",
"ts-jest": "^26.5.4",
"ts-loader": "^8.1.0",
"typescript": "^4.2.3"
}
}