-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.03 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
{
"name": "mthrfckn-notes",
"version": "0.1.0",
"private": true,
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"dependencies": {
"@expo/vector-icons": "^6.3.1",
"expo": "^27.0.1",
"native-base": "^2.4.3",
"react": "^16.3.2",
"react-art": "^16.3.2",
"react-dom": "^16.3.2",
"react-native": "^0.55.3",
"react-native-web": "^0.6.1"
},
"scripts": {
"start": "react-scripts-nativebase start",
"build": "react-scripts-nativebase build",
"test:web": "react-scripts-nativebase test --env=jsdom",
"start:native": "react-native-scripts start",
"test:native": "jest --watch",
"test:native:ci": "jest",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "CI=true npm run test:web && npm run test:native:ci",
"update": "npx npm-check --update"
},
"devDependencies": {
"jest-expo": "^27.0.1",
"react-native-scripts": "^1.14.0",
"react-scripts-nativebase": "^1.1.8",
"react-test-renderer": "^16.3.2"
}
}