-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
84 lines (84 loc) · 2.09 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
{
"name": "hub-frontend",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20"
},
"dependencies": {
"@mdx-js/react": "^2.2.1",
"compare-versions": "^6.1.0",
"deepmerge": "^4.2.2",
"eslint-config-next": "^14.1.0",
"evergreen-ui": "^7.1.9",
"flat-cache": "^4.0.0",
"fp-ts": "^2.11.5",
"fp-ts-contrib": "^0.1.26",
"fuse.js": "^7.0.0",
"highlight.js": "^11.4.0",
"io-ts": "^2.2.16",
"io-ts-types": "^0.5.16",
"monocle-ts": "^2.3.11",
"newtype-ts": "^0.3.4",
"next": "^12.0.4",
"next-mdx-remote": "^5.0.0",
"node-file-cache": "^1.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^18.0.0",
"react-scripts": "5.0.1",
"remark-gfm": "^4.0.0",
"unzipit": "^1.3.6",
"uuid": "^9.0.1",
"yaml": "^2.3.4"
},
"scripts": {
"clean-cache": "rm -rf .cache",
"prebuild": "yarn clean-cache",
"predev": "yarn clean-cache",
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"export": "next export",
"lint": "next lint",
"test": "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": {
"@babel/core": "^7.1.0",
"@babel/plugin-syntax-flow": "^7.23.3",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@types/flat-cache": "^2.0.0",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
"@types/memory-cache": "^0.2.1",
"@types/node": "^20.11.19",
"@types/react": "17.0.25",
"@types/react-dom": "17.0.25",
"@types/uuid": "^9.0.8",
"babel-plugin-styled-components": "^2.0.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next-sitemap": "^4.2.3",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"resolutions": {
"@types/react": "17.0.25",
"@types/react-dom": "17.0.25"
},
"packageManager": "[email protected]"
}