-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.76 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
{
"name": "soft-ui-dashboard",
"version": "1.0.3",
"description": "Freebie Dashboard for Bootstrap 5",
"main": "pages/dashboard.ejs",
"directories": {
"doc": "docs"
},
"scripts": {
"open-app": "gulp open-app",
"startapp": "npm run open-app",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js",
"watch": "gulp-watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creativetimofficial/soft-ui-dashboard.git"
},
"keywords": [
"soft ui dashboard",
"bootstrap 5",
"dashboard",
"creative tim",
"html dashboard",
"html css dashboard",
"web dashboard",
"freebie",
"free bootstrap dashboard",
"css3 dashboard",
"bootstrap dashboard",
"frontend",
"responsive bootstrap dashboard"
],
"author": "Creative Tim <hello@creative-tim.com> (https://www.creative-tim.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/creativetimofficial/soft-ui-dashboard/issues"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean": "^0.4.0",
"gulp-install": "^1.1.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-open": "^3.0.1"
},
"homepage": "http://creative-tim.com/product/soft-ui-dashboard",
"dependencies": {
"@google-cloud/storage": "^5.14.1",
"bigml": "^1.22.2",
"csv-writer": "^1.6.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"firebase": "^9.1.1",
"fs": "0.0.1-security",
"http": "0.0.1-security",
"image-parser": "^1.2.8",
"jimp": "^0.16.1",
"jsqr": "^1.4.0",
"mongodb": "^4.1.1",
"nodemon": "^2.0.12",
"qrcode": "^1.4.4",
"qrcode-reader": "^1.0.4",
"redis": "^3.1.2",
"socket.io": "^4.2.0"
}
}