-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 989 Bytes
/
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
{
"name": "smartva",
"version": "1.0.0",
"description": "Ai Todo list, React Native Web llm",
"main": "./src/index.js",
"scripts": {
"dev": "expo start --clear",
"dev:android": "expo start --android --clear",
"dev:ios": "expo start --ios --clear",
"dev:web": "expo start --web --clear"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@expo/metro-runtime": "^3.1.3",
"@ladifire-opensource/stylex-webpack-plugin": "^0.1.0-beta.0",
"@stylexjs/babel-plugin": "^0.5.1",
"expo": "^50.0.11",
"expo-build-properties": "^0.11.1",
"expo-status-bar": "^1.11.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "^0.73.6",
"react-native-web": "^0.19.10",
"react-strict-dom": "^0.0.3"
},
"devDependencies": {
"@babel/preset-react": "^7.23.3",
"@stylexjs/webpack-plugin": "^0.5.1",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.3"
}
}