-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
93 lines (93 loc) · 2.95 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
91
92
93
{
"name": "chronicondb-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.4.5",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/file-saver": "^2.0.1",
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.165",
"@types/node": "^12.0.0",
"@types/omit-empty": "^1.0.0",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"@types/react-responsive": "^8.0.2",
"@types/react-router-dom": "^5.1.6",
"@types/react-sticky-el": "^1.0.2",
"camelcase-keys": "^6.2.2",
"compare-versions": "^5.0.1",
"dotenv": "^8.2.0",
"eslint-import-resolver-typescript": "^2.3.0",
"file-saver": "^2.0.5",
"flatten-anything": "^2.0.4",
"html-to-image": "^1.3.20",
"lodash": "^4.17.20",
"minisearch": "^3.0.2",
"mobx": "5.15.6",
"mobx-react": "6.3.1",
"mobx-utils": "5.6.1",
"omit-empty": "^1.0.0",
"query-string": "^6.13.7",
"rc-drawer": "^4.1.0",
"react": "^17.0.1",
"react-async-hook": "^3.6.2",
"react-dom": "^17.0.1",
"react-helmet-async": "^1.0.7",
"react-infinite-scroll-component": "^6.1.0",
"react-responsive": "^8.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-sticky-el": "^2.0.5",
"react-string-replace": "^0.4.4",
"react-tippy": "^1.4.0",
"sanitize.css": "^12.0.1",
"sass": "^1.55.0",
"typescript": "^4.0.3",
"web-vitals": "^0.2.4"
},
"scripts": {
"predeploy": "craco --openssl-legacy-provider build",
"deploy": "gh-pages -d build",
"start": "craco --openssl-legacy-provider start",
"build": "craco --openssl-legacy-provider build",
"test": "craco --openssl-legacy-provider test",
"eject": "craco --openssl-legacy-provider eject",
"lint": "eslint src/**/*.{ts,tsx}",
"lint:fix": "eslint --fix src/**/*.{ts,tsx}",
"build:sitemap": "ts-node -O \"{ \\\"module\\\":\\\"commonjs\\\" }\" src/sitemap-builder.jsx",
"parse:all": "ts-node -O \"{ \\\"module\\\":\\\"commonjs\\\" }\" src/engine/parsers/parseAll.ts --version",
"parse:all:debug": "ts-node -O \"{ \\\"module\\\":\\\"commonjs\\\" }\" src/engine/parsers/parseAll.ts --verbose --version"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"resolutions": {
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.1"
},
"devDependencies": {
"@types/command-line-args": "^5.0.0",
"@types/ejs": "^3.0.5",
"@types/react-helmet-async": "^1.0.3",
"@types/react-tooltip": "^4.2.4",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"command-line-args": "^5.1.1",
"ejs": "^3.1.5",
"eslint-plugin-react-hooks": "^4.2.0",
"gh-pages": "^3.1.0",
"react-router-sitemap": "^1.2.0",
"ts-node": "^9.0.0"
}
}