-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.12 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
{
"name": "todo",
"version": "0.0.1",
"private": true,
"homepage": "https://todo.golendukhin.ru",
"dependencies": {
"@sentry/browser": "^5.5.0",
"@types/enzyme": "^3.10.3",
"@types/react-router": "^5.0.3",
"@types/react-router-dom": "^4.3.4",
"@types/storybook__react": "^4.0.2",
"@types/styled-components": "^4.1.16",
"antd": "^3.20.5",
"classnames": "^2.2.6",
"firebase": "^6.2.4",
"git": "^0.1.5",
"lodash": "^4.17.14",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-saga": "^1.0.5",
"redux-starter-kit": "^0.6.1",
"styled-components": "^4.3.2",
"todomvc-app-css": "^2.2.0",
"todomvc-common": "^1.0.5",
"tslint": "^5.19.0",
"tslint-etc": "^1.7.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"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": "^5.1.11",
"@storybook/addon-links": "^5.1.11",
"@storybook/addons": "^5.1.11",
"@storybook/react": "^5.1.11",
"@types/classnames": "^2.2.8",
"@types/jest": "^24.0.18",
"@types/lodash": "^4.14.135",
"@types/react": "^16.8.22",
"@types/react-dom": "^16.8.4",
"@types/react-redux": "^7.1.1",
"@types/redux-logger": "^3.0.7",
"@types/redux-mock-store": "^1.0.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-to-json": "^3.4.0",
"redux-mock-store": "^1.5.3",
"ts-jest": "^24.0.2",
"typescript": "^3.6.2"
},
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
}
}