-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.21 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.21 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "react-native-flexmonster",
"version": "2.9.127",
"license": "https://www.flexmonster.com/software-license-agreement/",
"description": "React Native wrapper for Flexmonster Pivot Table and Charts",
"main": "./build/index.js",
"typings": "./build/index.d.ts",
"peerDependencies": {
"@types/flexmonster": "latest",
"flexmonster": "latest",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-native-webview": "^13.12.4"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@types/flexmonster": "latest",
"flexmonster": "latest",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-native": "^0.76.3",
"react-native-webview": "^13.12.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --open",
"build": "webpack"
},
"keywords": [
"pivot",
"html5",
"grid",
"table",
"pivottable",
"pivotgrid",
"pivotchart",
"react"
],
"author": {
"name": "Flexmonster",
"email": "help@flexmonster.com"
},
"repository": {
"type": "git",
"url": "https://github.com/flexmonster/react-native-flexmonster"
},
"bugs": {
"url": "https://flexmonster.com/technical-support/"
},
"homepage": "https://flexmonster.com",
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-arrow-functions": "^7.18.6",
"@babel/plugin-transform-classes": "^7.18.6",
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.3",
"babel-loader": "^9.1.0",
"babelify": "^10.0.0",
"css-loader": "^6.7.3",
"file-loader": "^6.2.0",
"metro-react-native-babel-preset": "^0.73.6",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}