-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.42 KB
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
{
"name": "brisk-table",
"version": "0.1.0",
"description": "Brisk Table is universal and easy to use JavaScript library that displays any data in a table format.",
"repository": {
"type": "git",
"url": "https://github.com/kupolua/brisk-table.git"
},
"scripts": {
"jsonsrv": "json-server --watch ./json-server-db/db.json --port 3001 db.json",
"start": "webpack-dev-server --config webpack-dev-server.config.js --progress --inline --colors",
"build": "webpack --config webpack-production.config.js --progress --colors"
},
"private": true,
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.18.0",
"css-loader": "^0.28.5",
"html-webpack-plugin": "^2.24.1",
"json-server": "^0.12.0",
"jsonpath": "^0.2.12",
"jsonpath-plus": "^0.16.0",
"style-loader": "^0.18.2",
"transfer-webpack-plugin": "^0.1.4",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"axios": "^0.16.1",
"body-parser": "^1.17.2",
"lodash": "^4.17.4",
"material-ui": "^0.17.4",
"md5": "^2.2.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.5",
"react-router": "^4.2.0",
"react-tap-event-plugin": "^2.0.1",
"react-tooltip": "^3.3.0",
"redux": "^3.6.0",
"redux-promise": "^0.5.3"
}
}