forked from software-mansion/react-native-reanimated
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 957 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
{
"name": "webexample",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start --web",
"start:noplugin": "DISABLE_BABEL_PLUGIN=1 yarn start",
"lint": "eslint --max-warnings=0 .",
"build": "expo export:web"
},
"dependencies": {
"@expo/webpack-config": "^18.0.0",
"@react-native-community/slider": "^4.4.3",
"expo": "~48.0.10",
"expo-status-bar": "~1.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.6",
"react-native-gesture-handler": "^2.13.2",
"react-native-reanimated": "link:../",
"react-native-web": "~0.18.12"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.19.4",
"@react-native/eslint-config": "^0.73.0",
"@types/react": "~18.0.14",
"@types/react-native": "~0.69.1",
"eslint": "^8.19.0",
"prettier": "^2.4.1",
"typescript": "^5.1.3"
},
"private": true
}