-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "yeti-table",
"version": "0.2.4",
"description": "Table Component for React",
"main": "index.js",
"scripts": {
"build": "webpack --config config/webpack.prod.js",
"dev": "webpack --config config/webpack.dev.js && \"%cd%\\scripts\\dev-after-build.bat\""
},
"author": "chitter99 <[email protected]> (http://aaronschmid.ch)",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^10.5.2",
"@types/react": "^16.4.6",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"react": "^16.4.1",
"ts-loader": "^4.4.2",
"typescript": "^2.9.2",
"typescript-declaration-webpack-plugin": "^0.1.0",
"webpack": "^4.16.0",
"webpack-cli": "^3.0.8",
"webpack-merge": "^4.1.3",
"css-loader": "^1.0.0",
"style-loader": "^0.22.1"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/chitter99/yeti-table.git"
},
"keywords": [
"react",
"table",
"grid"
],
"bugs": {
"url": "https://github.com/chitter99/yeti-table/issues"
},
"homepage": "https://github.com/chitter99/yeti-table#readme"
}