-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
65 lines (65 loc) · 2.05 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
{
"name": "react-native-sketchbook",
"version": "0.1.2",
"description": "Design System for React Native",
"keywords": [
"react-native",
"design-system"
],
"homepage": "https://github.com/Naturalclar/react-native-sketchbook#readme",
"bugs": {
"url": "https://github.com/Naturalclar/react-native-sketchbook/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Naturalclar/react-native-sketchbook.git"
},
"license": "MIT",
"author": "Jesse Katsumata <[email protected]>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"build-storybook": "storybook build",
"deploy": "vercel",
"lint": "biome lint .",
"format": "biome lint . --apply",
"prepare": "pnpm build",
"reg-suit": "reg-suit run",
"storybook": "storybook dev -p 6006",
"storycap:all": "rm -rf ./__screenshots__ && npx storycap http://localhost:6006 --serverCmd 'npx http-server storybook-static -p 6006' --viewport '414x736' --serverTimeout '200000'",
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7",
"@biomejs/biome": "^1.6.4",
"@react-native-community/eslint-config": "^3.2.0",
"@storybook/addon-essentials": "~7.5.0",
"@storybook/addons": "~7.5.0",
"@storybook/react": "~7.5.0",
"@storybook/react-webpack5": "~7.5.0",
"@storybook/theming": "~7.5.0",
"@types/react": "^18.2.15",
"@types/react-native": "^0.70.14",
"babel-loader": "^8.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native-web": "^0.19.7",
"reg-keygen-git-hash-plugin": "^0.12.2",
"reg-notify-github-plugin": "^0.10.17",
"reg-publish-s3-plugin": "^0.12.2",
"reg-suit": "^0.12.2",
"storybook": "~7.5.0",
"storycap": "^4.2.0",
"typescript": "^4.9.5",
"vercel": "^31.0.4",
"@react-native/babel-preset": "0.75.0-main"
},
"engines": {
"node": ">=16"
},
"packageManager": "[email protected]+sha256.a61b67ff6cc97af864564f4442556c22a04f2e5a7714fbee76a1011361d9b726"
}