forked from JesperLekland/react-native-svg-charts-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 925 Bytes
/
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": "examples",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"storybook": "storybook start -p 7007"
},
"dependencies": {
"d3-array": "^1.2.0",
"d3-scale": "^1.0.6",
"d3-shape": "^1.0.6",
"date-fns": "^1.28.5",
"react": "16.2.0",
"react-native": "0.53.3",
"react-native-svg": "^6.3.1",
"react-native-svg-charts": "^5.1.1"
},
"devDependencies": {
"@storybook/addon-actions": "^3.3.14",
"@storybook/addon-links": "^3.3.14",
"@storybook/addons": "^3.3.14",
"@storybook/react-native": "^3.3.14",
"babel-core": "^6.26.0",
"babel-jest": "22.4.1",
"babel-preset-react-native": "4.0.0",
"jest": "22.4.2",
"prop-types": "^15.6.0",
"react-dom": "16.2.0",
"react-test-renderer": "16.2.0"
},
"jest": {
"preset": "react-native"
}
}