-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 1.08 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
{
"name": "react-native-awesome-table",
"version": "1.0.4",
"description": "React-Native Simple Data Tables",
"homepage": "https://github.com/garrylachman/react-native-awesome-table",
"keywords": ["react", "react-native", "react tables", "react-native tables", "data tables", "table"],
"main": "index.tsx",
"scripts": {
"storybook": "start-storybook",
"build-storybook": "build-storybook -o ./docs"
},
"author": "Garry Lachman",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/garrylachman/react-native-awesome-table.git"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react": "^17.0.9",
"@types/react-native": "^0.64.8",
"react": "^17.0.2",
"react-native": "^0.64.1",
"react-native-web": "^0.16.3",
"@storybook/addon-controls": "^6.2.9",
"@storybook/addon-docs": "^6.2.9",
"@storybook/addon-knobs": "^6.2.9",
"@storybook/react": "^6.2.9",
"@storybook/storybook-deployer": "^2.8.8",
"react-dom": "^17.0.2",
"ts-dedent": "^2.1.1"
}
}