-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
69 lines (69 loc) · 1.62 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
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
{
"name": "react-flexmonster",
"version": "2.9.96",
"license": "MIT",
"description": "React wrapper for Flexmonster Pivot Table and Charts",
"main": "./build/index.js",
"typings": "./build/index.d.ts",
"peerDependencies": {
"flexmonster": "2.9.96",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"dependencies": {
"flexmonster": "2.9.96",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"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": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/flexmonster/react-flexmonster"
},
"bugs": {
"url": "https://flexmonster.com/forum/"
},
"homepage": "https://flexmonster.com/",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.5.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^1.0.0",
"file-loader": "^2.0.0",
"style-loader": "^0.23.0",
"url-loader": "^1.1.2",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.4.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}