-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.3 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
{
"name": "beer4yourbuck",
"version": "0.1.0",
"private": true,
"dependencies": {
"@n8tb1t/use-scroll-position": "^1.0.43",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/classnames": "^2.2.9",
"@types/color": "^3.0.1",
"@types/jest": "^24.9.1",
"@types/luxon": "^1.24.3",
"@types/node": "^12.12.53",
"@types/rc-time-picker": "^3.4.1",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.5",
"@types/react-router-dom": "^5.1.3",
"@types/reactstrap": "^8.5.0",
"@types/request-promise-native": "^1.0.17",
"axios": "^0.18.1",
"body-scroll-lock": "^3.0.3",
"bootstrap": "^4.5.0",
"classnames": "^2.2.6",
"color": "^3.1.2",
"fitty": "^2.3.1",
"fix-image-rotation": "^2.0.0",
"luxon": "^1.24.1",
"node-sass": "^4.14.1",
"rc-slider": "^9.3.1",
"rc-time-picker": "^3.7.3",
"react": "^16.13.0",
"react-add-to-homescreen": "^1.1.0",
"react-confetti": "^5.1.0",
"react-dom": "^16.13.0",
"react-dropdown-select": "^4.4.2",
"react-dropzone": "^10.2.1",
"react-flip-move": "^3.0.4",
"react-flip-toolkit": "^7.0.12",
"react-icons": "^3.9.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"react-sidebar": "^3.0.2",
"react-styleguidist": "^11.0.6",
"reactstrap": "^8.5.1",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"styled-components": "^5.1.0",
"typescript": "^3.9.7"
},
"scripts": {
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build",
"start": "react-scripts start --no-cache",
"build": "react-scripts build",
"test": "react-scripts test --no-cache",
"eject": "react-scripts eject",
"test-ci": "CI=true react-scripts test"
},
"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"
]
},
"transformIgnorePatterns": [
"node_modules/?!(react-icons)"
],
"devDependencies": {
"@types/rc-slider": "^8.6.6",
"@types/react-sidebar": "^3.0.0",
"@types/styled-components": "^5.1.1"
}
}