-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.67 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
{
"name": "react-lister",
"version": "1.4.1",
"description": "A Powerful Data Grid.",
"main": "/dist/index.js",
"scripts": {
"dev": "rm -rf ./dist && webpack --mode development",
"start": "webpack-dev-server",
"lint": "npx eslint app/**/*.tsx",
"build": "rm -rf ./dist && webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alvinhtml/react-lister.git"
},
"keywords": [
"list",
"grid",
"table",
"datalist",
"datagrid",
"datatable"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/alvinhtml/react-lister/issues"
},
"homepage": "https://github.com/alvinhtml/react-lister#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.11.0",
"@typescript-eslint/parser": "^2.11.0",
"autoprefixer": "^9.6.5",
"css-loader": "^2.1.0",
"eslint": "^5.15.1",
"eslint-plugin-react": "^7.12.4",
"file-loader": "^3.0.1",
"html-minifier": "^3.5.21",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"normalize-scss": "^7.0.1",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-loader": "^6.2.0",
"typescript": "^3.6.4",
"uglifyjs-webpack-plugin": "^2.1.1",
"url-loader": "^1.1.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.9.0"
},
"dependencies": {
"@types/react": "^16.9.9",
"@types/react-dom": "^16.9.4",
"classnames": "^2.2.6",
"react": "^16.10.2",
"react-dom": "^16.12.0"
}
}