-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.45 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
{
"homepage": "https://georgeeliotarchive.github.io/",
"name": "georgeeliotarchive.github.io",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.6.1",
"@mui/styled-engine-sc": "^5.6.1",
"@popperjs/core": "^2.11.6",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.25.0",
"buffer": "^6.0.3",
"cors": "^2.8.5",
"grunt": "^1.5.3",
"html-react-parser": "^1.4.8",
"markdown-to-jsx": "^7.1.5",
"marked": "^4.0.9",
"marked-react": "^1.0.1",
"match-sorter": "^6.3.1",
"moment": "^2.29.1",
"pdf-flatten": "^0.1.3",
"pdf-merger-js": "^3.4.0",
"pdfmake": "^0.2.5",
"process": "^0.11.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.1",
"react-table": "^7.7.0",
"react-tsparticles": "^1.39.0",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.5",
"tar": "^6.1.11",
"web-vitals": "^2.1.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject",
"predeploy": "npm run 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": {
"@types/pdfmake": "^0.2.1",
"autoprefixer": "^10.4.2",
"gh-pages": "^3.2.3",
"http-proxy-middleware": "^2.0.2",
"mini-css-extract-plugin": "2.4.5",
"postcss": "^8.4.6",
"react-app-rewired": "^2.2.1",
"react-md-file": "^2.0.0",
"sass": "^1.49.8",
"tailwindcss": "^3.0.23"
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "config-overrides.js",
"repository": {
"type": "git",
"url": "git+https://github.com/GeorgeEliotArchive/georgeeliotarchive.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GeorgeEliotArchive/georgeeliotarchive.github.io/issues"
}
}