-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.55 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
{
"name": "@ytkj/ag-grid-react-components",
"version": "0.0.3",
"description": "AgGrid framework components for React, powered by TypeScript.",
"keywords": [
"AgGrid",
"React",
"TypeScript"
],
"main": "index.js",
"typings": "src/index.d.ts",
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development",
"test": "webpack-dev-server --mode development --config test/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ytkj/ag-grid-react-components.git"
},
"author": "ytkj <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ytkj/ag-grid-react-components/issues"
},
"homepage": "https://github.com/ytkj/ag-grid-react-components#readme",
"devDependencies": {
"@types/qs": "^6.9.1",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6",
"@ytkj/ag-grid-axios": "^0.1.2",
"ag-grid-community": "^23.0.2",
"ag-grid-react": "^23.0.3",
"css-loader": "^3.5.3",
"html-webpack-plugin": "^4.2.0",
"mini-css-extract-plugin": "^0.9.0",
"react-dom": "^16.13.1",
"ts-loader": "^7.0.1",
"ts-loader-decleration": "^0.10.4",
"typescript": "^3.8.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"react": "^16.13.1"
}
}