-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.43 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.43 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "optimajet-dwkit",
"version": "3.5.0",
"description": "OptimaJet DWKit StarterApplication",
"scripts": {
"dist": "webpack --env.prod",
"dist-dev": "webpack --env.NODE_ENV=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/optimateam/dwkit.git"
},
"keywords": [
"https://dwkit.com"
],
"author": "OptimaJet",
"license": "SEE LICENSE IN eula.txt",
"dependencies": {
"@aspnet/signalr": "1.1.4",
"ajv": "^5.5.2",
"alertify": "0.3.0",
"clone": "2.1.2",
"deepmerge": "1.5.2",
"draft-convert": "2.1.8",
"draft-js": "0.11.3",
"es6-promise": "^4.2.4",
"history": "4.7.2",
"isomorphic-fetch": "2.2.1",
"jquery": "3.4.1",
"json5": "2.2.2",
"lodash": "4.17.15",
"moment": "2.25.3",
"numeral": "2.0.6",
"object-hash": "1.3.1",
"oidc-client": "1.9.1",
"react": "16.13.1",
"react-data-grid": "4.0.9",
"react-data-grid-addons": "4.0.8",
"react-datepicker": "1.6.0",
"react-dom": "16.8.3",
"react-dropzone-component": "3.2.0",
"react-fast-compare": "3.0.2",
"react-grid-layout": "0.16.6",
"react-hot-loader": "^1.3.1",
"react-modal": "3.8.1",
"react-number-format": "4.3.1",
"react-redux": "7.2.1",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
"react-router-redux": "5.0.0-alpha.9",
"react-slick": "0.25.2",
"react-split": "2.0.7",
"redux": "4.0.5",
"redux-actions": "2.6.4",
"redux-devtools-extension": "2.13.2",
"redux-thunk": "2.2.0",
"reflux": "6.4.1",
"semantic-ui-react": "0.87.3",
"url": "0.11.0",
"uuid": "3.3.2"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"babel-loader": "^8.1.0",
"babel-polyfill": "^6.26.0",
"dotenv-webpack": "1.7.0",
"hard-source-webpack-plugin": "^0.13.1",
"mini-css-extract-plugin": "^1.0.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-search-params-polyfill": "^8.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}