forked from cwnicoletti/react-native-gauge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 840 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
{
"private": true,
"workspaces": [
"src",
"examples"
],
"scripts": {
"validate:eslint": "eslint src/js",
"validate:flow": "flow check src/js",
"test:jest": "jest src/js",
"test": "npm run validate:eslint && npm run validate:flow && npm run test:jest"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-syntax-flow": "^7.16.7",
"@react-native-community/eslint-config": "^3.0.1",
"eslint": "^8.9.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-react-native": "^4.0.0",
"flow-bin": "^0.172.0",
"jest": "^27.5.1",
"jest-expo": "^44.0.1",
"metro-react-native-babel-preset": "^0.68.0",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-native": "^0.67.2",
"react-test-renderer": "^17.0.2"
}
}