-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
104 lines (104 loc) · 3.2 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
{
"name": "digitalungdom.se",
"version": "2.0.0",
"private": false,
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@digitalungdom/bot-identicon": "^1.1.1",
"@iconify/react": "^4.0.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.55",
"@material-ui/pickers": "^3.2.10",
"@reduxjs/toolkit": "^1.3.5",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.2",
"@testing-library/user-event": "^10.0.2",
"@types/jest": "^25.2.1",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^13.13.0",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6",
"@types/react-image-crop": "^8.1.2",
"@types/react-infinite-scroller": "^1.2.1",
"@types/react-redux": "^7.1.7",
"@types/react-router-dom": "^5.1.4",
"@types/react-virtualized": "^9.21.10",
"@types/yup": "^0.26.37",
"axios": "^0.21.1",
"axios-hooks": "^1.10.0",
"date-fns": "^2.12.0",
"formik": "^2.1.4",
"formik-material-ui": "^2.0.0-beta.1",
"formik-material-ui-pickers": "0.0.8",
"i18next": "^19.4.4",
"lodash.debounce": "^4.0.8",
"material-ui-chip-input": "^2.0.0-beta.2",
"moment": "^2.27.0",
"notistack": "^0.9.16",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-dom-confetti": "^0.1.4",
"react-i18next": "^11.4.0",
"react-image-crop": "^8.6.6",
"react-infinite-scroller": "^1.2.4",
"react-markdown": "^4.3.1",
"react-moment": "^0.9.7",
"react-number-format": "^4.4.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.4",
"react-virtualized": "^9.22.2",
"redux-persist": "^6.0.0",
"typescript": "~3.8.3",
"use-dark-mode": "^2.3.1",
"yup": "^0.28.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"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-actions": "^6.0.28",
"@storybook/addon-links": "^6.0.28",
"@storybook/addons": "^6.0.28",
"@storybook/preset-create-react-app": "^3.1.5",
"@storybook/react": "^6.0.28",
"@types/storybook-react-router": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"lorem-ipsum": "^2.0.3",
"prettier": "^2.0.4",
"storybook-addon-i18next": "^1.3.0",
"storybook-dark-mode": "^1.0.3",
"storybook-react-router": "^1.0.8",
"tsconfig-paths-webpack-plugin": "^3.3.0"
}
}