-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (97 loc) · 2.52 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
{
"name": "savages",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@tippyjs/react": "^4.2.5",
"@types/classnames": "^2.2.10",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-router-dom": "^5.1.5",
"@types/uuid": "^7.0.3",
"bootstrap": "5.0.2",
"classnames": "^2.3.1",
"date-fns": "^2.12.0",
"dompurify": "^2.3.1",
"firebase": "^7.14.2",
"immer": "^9.0.6",
"localforage": "^1.7.3",
"lodash": "^4.17.21",
"marked": "^3.0.0",
"mobx": "6.3.2",
"mobx-react": "^6.2.2",
"mobx-state-tree": "5.0.2",
"pouchdb": "^7.2.2",
"react": "17",
"react-bootstrap": "2.0.0-beta.4",
"react-dom": "17",
"react-icons": "4.2.0",
"react-is": "^17.0.2",
"react-modal": "^3.14.3",
"react-router-dom": "^5.1.2",
"react-scripts": "^4.0.3",
"react-select": "^4.3.1",
"react-transition-group": "^4.4.2",
"sass": "^1.36.0",
"styled-components": "^5.3.0",
"typescript": "4.4.4",
"uuid": "^8.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build-storybook": "build-storybook -s public",
"storybook": "start-storybook -p 6006 -s public"
},
"eslintConfig": {
"extends": "react-app",
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"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.3.10",
"@storybook/addon-essentials": "^6.3.10",
"@storybook/addon-links": "^6.3.10",
"@storybook/node-logger": "^6.3.10",
"@storybook/preset-create-react-app": "^3.2.0",
"@storybook/react": "^6.3.10",
"@types/dompurify": "^2.2.3",
"@types/lodash": "^4.14.171",
"@types/marked": "^2.0.4",
"@types/pouchdb": "^6.4.0",
"@types/react-modal": "^3.12.1",
"@types/react-select": "^4.0.17",
"@types/styled-components": "^5.1.9",
"supervillains": "^3.0.0"
},
"resolutions": {
"babel-loader": "8.1.0"
}
}