-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 2.13 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
{
"name": "nextjs-argon-dashboard-pro",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "next start",
"build": "next build",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && rm -rf .next/ && npm install && npm run dev",
"compile-sass": "node-sass assets/scss/nextjs-argon-dashboard-pro.scss assets/css/nextjs-argon-dashboard-pro.css",
"minify-sass": "node-sass assets/scss/nextjs-argon-dashboard-pro.scss assets/css/nextjs-argon-dashboard-pro.min.css --output-style compressed",
"map-sass": "node-sass assets/scss/nextjs-argon-dashboard-pro.scss assets/css/nextjs-argon-dashboard-pro.css --source-map true",
"all-sass": "npm run compile-sass && npm run minify-sass && npm run map-sass",
"dev": "next dev"
},
"dependencies": {
"@fullcalendar/core": "5.3.0",
"@fullcalendar/daygrid": "5.3.0",
"@fullcalendar/interaction": "5.3.0",
"@zeit/next-css": "1.0.1",
"@zeit/next-sass": "1.0.1",
"chart.js": "2.9.3",
"classnames": "2.2.6",
"dropzone": "5.7.2",
"list.js": "1.5.0",
"moment": "2.27.0",
"next": "9.5.2",
"next-compose-plugins": "2.2.0",
"next-fonts": "1.4.0",
"next-images": "1.3.1",
"next-transpile-modules": "4.1.0",
"node-sass": "4.14.1",
"nouislider": "14.6.1",
"path": "0.12.7",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-bootstrap-sweetalert": "5.2.0",
"react-bootstrap-table-next": "4.0.3",
"react-bootstrap-table2-paginator": "2.1.2",
"react-bootstrap-table2-toolkit": "2.1.3",
"react-chartjs-2": "2.10.0",
"react-copy-to-clipboard": "5.0.2",
"react-datetime": "2.16.3",
"react-dom": "16.13.1",
"react-google-maps": "9.4.5",
"react-jvectormap": "0.0.16",
"react-notification-alert": "0.0.12",
"react-perfect-scrollbar": "1.5.8",
"react-quill": "1.3.5",
"react-select2-wrapper": "1.0.4-beta6",
"react-tagsinput": "3.19.0",
"react-to-print": "2.9.0",
"reactstrap": "8.5.1",
"webpack": "4.44.1"
},
"devDependencies": {
"@types/googlemaps": "3.39.13",
"@types/markerclustererplus": "2.1.33",
"@types/react": "16.9.46"
}
}