-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
83 lines (83 loc) · 2.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
{
"name": "abc-analyzer",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.4.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.176",
"@types/node": "^12.0.0",
"@types/papaparse": "^5.3.1",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-table": "^7.7.8",
"@types/react-virtualized": "^9.21.14",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/styled-components": "^5.1.15",
"antd": "^4.16.13",
"classnames": "^2.3.1",
"dayjs": "^1.10.7",
"dirty-json": "^0.9.2",
"fast-csv": "^4.3.6",
"fuse.js": "^6.4.6",
"gh-pages": "^3.2.3",
"json5": "^2.2.0",
"lodash": "^4.17.21",
"papaparse": "^5.3.1",
"rc-resize-observer": "^1.0.1",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-datasheet": "^1.4.9",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.4",
"react-papaparse": "^3.18.1",
"react-player": "^2.9.0",
"react-router-dom": "^6.0.2",
"react-scripts": "4.0.3",
"react-spreadsheet": "^0.6.0",
"react-table": "^7.7.0",
"react-table-sticky": "^1.1.3",
"react-virtualized": "^9.22.3",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.6",
"styled-components": "^5.3.3",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"predeploy": "craco build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"autoprefixer": "^9",
"postcss": "^7",
"tailwindcss": "npm:@tailwindcss/postcss7-compat"
},
"homepage": "http://wooogler.github.io/abc-analyzer"
}