forked from SimonLoir/EdgeRunner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1 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
{
"name": "edge-runner",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@repo/eslint-config": "^0.0.0",
"@repo/typescript-config": "^0.0.0",
"@types/multer": "^1.4.11",
"@types/react-native-vector-icons": "^6.4.18",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"turbo": "^1.12.4"
},
"engines": {
"node": ">=18"
},
"packageManager": "npm@9.8.1",
"workspaces": [
"apps/*",
"packages/*"
],
"dependencies": {
"body-parser": "^1.20.2",
"highlight.js": "^11.9.0",
"multer": "^1.4.5-lts.1",
"react-native-element-dropdown": "^2.10.4",
"react-native-gesture-handler": "^2.15.0",
"react-native-paper": "^5.12.3",
"react-native-path": "^0.0.5",
"react-native-reanimated": "^3.8.0",
"react-native-render-html": "^6.3.4",
"react-native-vector-icons": "^10.0.3",
"typescript": "^5.4.2"
}
}