-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.62 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
{
"name": "react-native-fusioncharts",
"version": "6.0.1",
"description": "React Native component for FusionCharts Javascript Charting Library",
"license": "MIT",
"scripts": {
"clean:FC": "rimraf ./src/modules/fusioncharts",
"copy:FC": "cp -r ./node_modules/fusioncharts ./src/modules/fusioncharts",
"clean:package": "rimraf ./src/modules/fusioncharts/package.json",
"build:FC": "npm run clean:FC && npm run copy:FC && npm run clean:package && gulp",
"test": "jest ./__tests__/index.test.js"
},
"dependencies": {
"@notifee/react-native": "^7.8.2",
"@react-native-camera-roll/camera-roll": "^7.8.3",
"react-native-fs": "^2.20.0",
"react-native-share": "^11.0.2",
"react-native-webview": "^13.12.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/preset-typescript": "^7.24.7",
"@jest/globals": "^29.7.0",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.7.2",
"@types/jest": "^29.5.13",
"babel-jest": "^29.7.0",
"babel-preset-react-native": "^4.0.1",
"css-loader": "^6.9.1",
"fusioncharts": "^4.2.0",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-remove-files": "0.0.3",
"gulp-rename": "^2.0.0",
"jest": "^29.7.0",
"metro-react-native-babel-preset": "^0.77.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-native": "^0.75.3",
"react-test-renderer": "^18.3.1",
"ts-jest": "^29.2.5",
"typescript": "^5.6.2"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-native": ">=0.70.8 <=0.74.5"
}
}