-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.44 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
{
"name": "restman",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-loader": "^7.1.2",
"babel-plugin-expo-web": "^0.0.5",
"babel-plugin-react-native-web": "^0.4.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-imports": "^1.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"css-loader": "^0.28.7",
"file-loader": "^1.1.7",
"jest-expo": "~27.0.0",
"react-native-scripts": "latest",
"react-test-renderer": "16.3.1",
"style-loader": "^0.19.0"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry-web.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "jest",
"web": "webpack-dev-server -d --config ./webpack.config.js --inline --hot --colors --content-base public/ --history-api-fallback",
"build": "NODE_ENV=production webpack -p --config ./webpack.config.js"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"expo": "^27.0.1",
"expo-web": "^0.0.12",
"history": "^4.7.2",
"react": "16.3.1",
"react-art": "^16.4.1",
"react-dom": "16.0.0",
"react-native": "~0.55.2",
"react-native-web": "^0.4.0",
"react-router-dom": "^4.2.2",
"react-router-native": "^4.2.0",
"webpack": "^3.11.0",
"webpack-dev-server": "2.9.4"
}
}