This repository has been archived by the owner on Nov 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.62 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
{
"name": "myel.network",
"version": "0.1.0",
"private": true,
"dependencies": {
"@mapbox/rehype-prism": "^0.6.0",
"@next/bundle-analyzer": "^11.1.2",
"@reach/dialog": "^0.16.0",
"@reach/listbox": "^0.16.1",
"@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/node": "^12.0.0",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"cborg": "^1.5.1",
"datastore-core": "^6.0.7",
"date-fns": "^2.21.3",
"gray-matter": "^4.0.3",
"history": "^5.0.0",
"libp2p-mplex": "^0.10.4",
"libp2p-noise": "^4.0.0",
"libp2p-websockets": "^0.16.2",
"multiaddr": "^10.0.1",
"next": "^11.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.0",
"rehype-katex": "^4.0.0",
"rehype-stringify": "^8.0.0",
"remark-math": "^4.0.0",
"remark-parse": "^9.0.0",
"remark-rehype": "^8.1.0",
"swr": "^1.0.1",
"typescript": "^4.4.3",
"unified": "^9.2.1",
"web-vitals": "^0.2.4"
},
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next 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": {
"netlify-cli": "^6.14.16",
"prettier": "^2.2.1",
"workbox-webpack-plugin": "^6.3.0"
}
}