-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.34 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
{
"name": "gridact",
"version": "4.0.0",
"description": "Your Excellent React Grid Component",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/fdebef/Gridact.git"
},
"author": "Filip Debef",
"license": "ISC",
"bugs": {
"url": "https://github.com/fdebef/Gridact/issues"
},
"homepage": "https://github.com/fdebef/Gridact#readme",
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-async-to-generator": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@svgr/webpack": "^6.3.1",
"babel-loader": "^8.1.0",
"babel-regenerator-runtime": "^6.5.0",
"css-loader": "^6.7.1",
"style-loader": "^3.3.1",
"webpack": "^5.74.0",
"webpack-dev-server": "^4.10.0"
},
"keywords": [
"react",
"table",
"grid",
"inline",
"edit",
"data",
"component",
"arrow",
"navigation"
],
"dependencies": {
"react-transition-group": "^4.4.5",
"url-loader": "^4.0.0",
"webpack-cli": "^4.10.0"
}
}