-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathpackage.json
87 lines (87 loc) · 2.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "airframe-dashboard",
"version": "0.1.0",
"description": "Seed project for flexible light React/Bootstrap 4 dashboards.",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development node ./server.js",
"build": "next build",
"start": "NODE_ENV=production node ./server.js"
},
"author": "Webkom",
"license": "ISC",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/preset-stage-2": "^7.0.0",
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.2",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"file-loader": "^4.1.0"
},
"dependencies": {
"@owczar/dashboard-style--airframe": "^0.1.13",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"ag-grid-community": "^21.1.0",
"ag-grid-react": "^21.1.0",
"bootstrap": "^4.3.1",
"compression": "^1.7.4",
"cross-fetch": "^3.0.4",
"express": "^4.17.1",
"faker": "^4.1.0",
"font-awesome": "^4.7.0",
"fs-extra": "^8.1.0",
"holderjs": "^2.9.6",
"lodash": "^4.17.15",
"mobile-detect": "^1.4.3",
"moment": "^2.24.0",
"next": "^9.0.2",
"next-fonts": "^0.17.0",
"next-images": "^1.1.2",
"node-fetch": "^2.6.0",
"node-sass": "^4.12.0",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"prop-types": "^15.7.2",
"query-string": "^6.8.2",
"quill": "^2.0.0-dev.3",
"rc-slider": "^8.6.13",
"react": "^16.8.6",
"react-beautiful-dnd": "^11.0.5",
"react-big-calendar": "^0.22.0",
"react-bootstrap-table-next": "^3.1.7",
"react-bootstrap-table2-editor": "^1.3.1",
"react-bootstrap-table2-filter": "^1.1.10",
"react-bootstrap-table2-paginator": "^2.0.7",
"react-bootstrap-table2-toolkit": "^2.0.1",
"react-bootstrap-typeahead": "^4.0.0-alpha.9",
"react-content-loader": "^4.2.2",
"react-datepicker": "^2.8.0",
"react-dom": "^16.8.6",
"react-dropzone": "^10.1.7",
"react-grid-layout": "^0.16.6",
"react-helmet": "^5.2.1",
"react-hot-loader": "^4.12.10",
"react-image-crop": "^8.2.0",
"react-quill": "^1.3.3",
"react-responsive": "^7.0.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-text-mask": "^5.4.3",
"react-toastify": "^5.3.2",
"react-toggle": "^4.0.2",
"react-universal-component": "^4.0.0",
"reactstrap": "^8.0.1",
"recharts": "^1.6.2",
"text-mask-addons": "^3.8.0",
"uuid": "^3.3.2",
"webpack-cli": "^3.3.6"
}
}