-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 3.4 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
103
104
105
106
107
108
109
110
{
"name": "kudo",
"version": "1.3.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.8.0",
"@kabisa/ui-components": "^0.1.9-0",
"apollo-upload-client": "^14.1.3",
"chroma-js": "^2.1.0",
"classnames": "^2.3.2",
"copy-to-clipboard": "^3.3.1",
"graphql": "^16.7.1",
"history": "^4.10.1",
"moment": "^2.29.2",
"moment-twitter": "^0.2.0",
"prop-types": "^15.7.2",
"query-string": "^6.12.1",
"raven-js": "^3.27.2",
"rc-progress": "^2.5.2",
"react": "^17.0.2",
"react-click-outside": "^3.0.1",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.2",
"react-router-dom": "^5.1.3",
"react-scripts": "^5.0.1",
"react-select": "^5.7.4",
"react-toastify": "^9.1.3",
"sass": "^1.64.1",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^2.1.4",
"uuid": "^9.0.1"
},
"scripts": {
"start": "PORT=9090 react-scripts start",
"build": "REACT_APP_VERSION=$npm_package_version REACT_APP_GIT_SHA='git rev-parse --short HEAD' react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint:check": "eslint ./src --ext .js,.jsx,.ts,.tsx ./",
"lint:run": "eslint ./src --ext .js,.jsx,.ts,.tsx --fix",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@storybook/addon-a11y": "^7.3.2",
"@storybook/addon-essentials": "^7.3.2",
"@storybook/addon-interactions": "^7.3.2",
"@storybook/addon-links": "^7.3.2",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.3.2",
"@storybook/preset-create-react-app": "^7.3.2",
"@storybook/react": "^7.3.2",
"@storybook/react-webpack5": "^7.3.2",
"@storybook/testing-library": "^0.2.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.12",
"@types/node": "^13.9.0",
"@types/react": "^17.0.2",
"@types/react-click-outside": "^3.0.3",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-dom": "^17.0.2",
"@types/react-router-dom": "^5.1.3",
"@types/testing-library__dom": "^7.5.0",
"@types/uuid": "^9.0.5",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"babel-plugin-named-exports-order": "^0.0.2",
"eslint": "^7.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.15.1",
"eslint-plugin-react-hooks": "^1.7.0",
"eslint-plugin-storybook": "^0.6.13",
"jest-environment-jsdom": "^29.6.2",
"postcss-custom-media": "^10.0.2",
"prettier": "^3.0.1",
"react-responsive": "^9.0.2",
"storybook": "^7.3.2",
"ts-jest": "^29.1.4",
"typescript": "^5.1.6",
"webpack": "^5.88.2"
},
"resolutions": {
"@types/react": "17.0.2",
"@babel/traverse": "7.24.6"
},
"jest": {
"transformIgnorePatterns": [
"<rootDir>/node_modules/(?!react-movable)/"
]
}
}