-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.67 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "flix-component",
"description": "List of React Native Component created by Flix",
"workspaces": [
"packages/*"
],
"scripts": {
"lint": "lint-staged",
"release": "yarn build && npm run release --workspaces && release-it",
"snackbar-example": "expo start packages/snackbar/example -w",
"auto-image-example": "expo start packages/auto-image/example -w",
"build": "yarn workspaces foreach run build",
"prepare": "husky"
},
"author": "Flix <[email protected]> (https://github.com/flixyudh)",
"eslintIgnore": [
"node_modules/",
"example",
"docs/",
"dist/"
],
"devDependencies": {
"@babel/core": "^7.20.0",
"@expo/webpack-config": "^19.0.0",
"@react-native/eslint-config": "0.75.2",
"@release-it/conventional-changelog": "^5.0.0",
"babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-unused-imports": "^3.2.0",
"expo": "~49.0.15",
"expo-status-bar": "~1.6.0",
"husky": "^9.1.5",
"jest": "^29.7.0",
"lerna": "^8.1.8",
"lint-staged": "^15.2.9",
"prettier": "^3.0.3",
"react": "18.3.1",
"react-dom": "18.2.0",
"react-native": "0.75.2",
"react-native-web": "~0.19.6",
"release-it": "^15.0.0",
"typescript": "^5.2.2"
},
"release-it": {
"git": {
"requireCleanWorkingDir": false
}
},
"packageManager": "[email protected]",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/flixyudh/rn-flix",
"homepage": "https://github.com/flixyudh/rn-flix",
"license": "MIT",
"private": true
}