-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.87 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"postinstall": "patch-package && yarn generate-data-json",
"generate-data-json": "node scripts/generatePostsAndTagsJson.js"
},
"dependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/plugin-transform-arrow-functions": "^7.18.6",
"@babel/plugin-transform-shorthand-properties": "^7.18.6",
"@babel/plugin-transform-template-literals": "^7.18.9",
"@babel/runtime": "^7.20.0",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@miblanchard/react-native-slider": "^2.1.0",
"@next/mdx": "^11.1.2",
"@react-native-community/slider": "~4.2.4",
"@shopify/react-native-skia": "~0.1.176",
"canvaskit-wasm": "~0.37.0",
"d3-shape": "^3.1.0",
"date-fns": "^2.23.0",
"next": "~12.2.5",
"node-window-polyfill": "^1.0.2",
"raf": "^3.4.1",
"react": "^18.0.2",
"react-dom": "^18.0.2",
"react-native-reanimated": "~2.10.0",
"react-native-web": "^0.17.1",
"use-media": "^1.4.0",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@mapbox/rehype-prism": "^0.8.0",
"@types/d3-shape": "^3.1.0",
"@types/next": "^9.0.0",
"@types/node": "^16.9.2",
"@types/react": "^18.0.0",
"@types/react-native": "^0.65.0",
"babel-plugin-react-native-web": "^0.13.14",
"copy-webpack-plugin": "^11.0.0",
"next-compose-plugins": "^2.2.1",
"next-transpile-modules": "^9.0.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"patch-package": "^6.4.7",
"prettier": "^2.4.0",
"remark-autolink-headings": "^6.1.0",
"remark-slug": "^6.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.4.3"
},
"resolutions": {
"@types/react": "~18.0.15",
"@types/react-native": "~0.69.1"
}
}