-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.21 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.21 KB
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
{
"name": "metacraft-docs",
"version": "0.0.10",
"scripts": {
"test": "jest",
"gen": "node tool/gen",
"invalidate": "node tool/invalidate"
},
"dependencies": {
"@metacraft/icons": "^0.0.19",
"@metacraft/ui": "^0.0.55",
"@react-native-async-storage/async-storage": "^1.17.10",
"@react-navigation/native": "^6.0.12",
"@react-navigation/stack": "^6.2.3",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-art": "^18.2.0",
"react-dom": "^18.2.0",
"react-native-reanimated": "^2.10.0",
"react-native-safe-area-context": "^4.3.3",
"react-native-screens": "^3.17.0",
"react-native-svg": "^13.1.0",
"react-native-web": "^0.18.9",
"valtio": "^1.7.0"
},
"devDependencies": {
"@aws-sdk/client-cloudfront": "^3.168.0",
"@metacraft/eslint-config": "^0.0.12",
"@metacraft/tsconfig": "^0.0.10",
"@types/react-native": "^0.69.8",
"babel-plugin-module-resolver": "^4.1.0",
"copy-webpack-plugin": "^11.0.0",
"jest": "^29.0.3",
"metro-react-native-babel-preset": "^0.72.2",
"mustache": "^4.2.0",
"react-native": "^0.70.0",
"regenerator-runtime": "^0.13.9",
"typescript": "^4.8.3",
"webpack-bundle-analyzer": "^4.6.1"
}
}