-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.36 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 2.36 KB
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
{
"name": "vuttr-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@rocketseat/unform": "^1.3.0",
"@types/jest": "^24.0.13",
"@types/node": "12.0.2",
"@types/react": "16.8.17",
"@types/react-dom": "16.8.4",
"add": "^2.0.6",
"axios": "^0.18.0",
"glamor": "^2.20.40",
"react": "^16.8.6",
"react-animated-css": "^1.2.1",
"react-dom": "^16.8.6",
"react-loading": "^2.0.3",
"react-redux": "^7.0.3",
"react-scripts": "3.0.1",
"react-toastify": "^5.1.0",
"redux": "^4.0.1",
"redux-saga": "^1.0.2",
"styled-components": "^4.2.0",
"typesafe-actions": "^4.3.0",
"typescript": "3.4.5",
"use-dark-mode": "^2.3.1",
"yarn": "^1.16.0",
"yup": "^0.27.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist 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": {
"@testing-library/react": "^8.0.1",
"@types/react-redux": "^7.0.9",
"@types/react-toastify": "^4.0.2",
"@types/redux-saga": "^0.10.5",
"@types/styled-components": "^4.1.15",
"@types/yup": "^0.26.13",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
"babel-plugin-root-import": "^6.2.0",
"customize-cra": "^0.2.12",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.3.0",
"eslint-config-react-app": "^4.0.1",
"eslint-import-resolver-typescript": "^1.1.1",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"jest-dom": "^3.4.0",
"jest-styled-components": "^6.3.1",
"prettier": "^1.17.1",
"react-app-rewire-ts-jest": "^1.0.17-a",
"react-app-rewired": "^2.1.3",
"react-docgen-typescript": "^1.12.4",
"react-styleguidist": "^9.1.5",
"ts-jest": "^24.0.2"
},
"jest": {
"moduleNameMapper": {
"^~/(.*)": "<rootDir>/src/$1"
}
}
}