forked from Naturalclar/react-native-sketchbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.95 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.95 KB
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
{
"name": "react-native-sketchbook",
"version": "0.0.2-alpha.15",
"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 <jesse.katsumata@gmail.com>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"build-storybook": "build-storybook",
"deploy": "now",
"lint": "eslint src --ext .ts,.tsx --cache",
"prepare": "yarn build",
"storybook": "start-storybook -p 6006",
"type-check": "tsc --noEmit",
"reg-suit": "reg-suit run",
"storycap:all": "rm -rf ./__screenshots__ && yarn storycap http://localhost:6006 --serverCmd 'yarn storybook --ci' --viewport '414x736' --serverTimeout '200000'"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.9.0",
"@react-native-community/eslint-config": "^2.0.0",
"@storybook/addon-actions": "6.0.6",
"@storybook/addon-docs": "6.0.6",
"@storybook/addon-knobs": "6.0.6",
"@storybook/addon-links": "6.0.6",
"@storybook/addon-viewport": "6.0.6",
"@storybook/addons": "6.0.6",
"@storybook/react": "6.0.6",
"@storybook/theming": "6.0.6",
"@types/react-native": "^0.62.4",
"babel-loader": "^8.1.0",
"babel-preset-expo": "^8.1.0",
"eslint": "^6.8.0",
"now": "^18.0.0",
"prettier": "^2.0.5",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native-web": "^0.13.1",
"reg-keygen-git-hash-plugin": "^0.8.5",
"reg-notify-github-plugin": "^0.8.5",
"reg-publish-s3-plugin": "^0.9.0",
"reg-suit": "^0.10.2",
"storycap": "^2.3.5",
"typescript": "^3.8.3"
}
}