-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
89 lines (89 loc) · 3.31 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"homepage": "https://marcuzgabriel.github.io/react-native-reanimated-confetti/",
"name": "react-native-confetti",
"author": "Marcuz Gabriel Larsen <marcuzgabriel@gmail.com>",
"version": "1.4.2",
"license": "MIT",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"lint:fix": "eslint 'packages/**/*.{js,jsx,ts,tsx}' --fix",
"format:check": "prettier --check 'packages/**/*.{js,jsx,ts,tsx,json,css,md}'",
"build-storybook": "yarn workspace @rnrc/storybook build-storybook",
"build-reanimated": "yarn workspace react-native-reanimated-confetti build",
"build-skia": "yarn workspace react-native-skia-confetti build",
"format": "prettier --write --list-different '**/*.{json,ts,tsx}' --loglevel warn",
"lint": "eslint . --fix --ext .ts,.tsx --no-cache",
"clean": "rm -rf node_modules && rm -rf packages/*/node_modules && yarn cache clean",
"qa": "yarn format; yarn lint; yarn tsc",
"start": "yarn workspace @rnrc/app start",
"storybook": "yarn workspace @rnrc/storybook storybook"
},
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/generator": "^7.25.7",
"@babel/runtime": "^7.25.7",
"@babel/traverse": "^7.25.7",
"@babel/types": "^7.25.8",
"@eslint/compat": "^1.2.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.12.0",
"@react-native/eslint-config": "^0.75.4",
"@react-native/eslint-plugin": "^0.75.4",
"@react-native/typescript-config": "^0.75.4",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.0",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@tsconfig/react-native": "^3.0.5",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-test-renderer": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"conventional-changelog": "^5.1.0",
"conventional-changelog-conventionalcommits": "^8.0.0",
"cross-env": "^7.0.3",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-babel-module": "^5.3.2",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-eslint-plugin": "^6.2.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-native": "^4.1.0",
"globals": "^15.0.0",
"prettier": "^3.3.3",
"semantic-release": "24.1.2",
"semantic-release-cli": "^5.4.6",
"semantic-release-export-data": "^1.1.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "5.6.3",
"typescript-eslint": "^8.9.0"
},
"resolutions": {
"eslint": "^9",
"underscore.string": "2.2.0-rc"
},
"engines": {
"node": ">=18"
},
"packageManager": "yarn@3.6.4"
}