forked from UNIC-IFF/KNOB-BBF-Web-Application
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (68 loc) · 1.7 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
{
"name": "blockchain-benchmaking-framewokr-webapp",
"version": "4.1.1",
"description": "Web App for BBF",
"author": "IFF/UNIC",
"license": "MIT",
"homepage": "https://github.com/UNIC-IFF/BBF-FLASK-API.git",
"bugs": {
"url": "https://github.com/UNIC-IFF/BBF-FLASK-API.git"
},
"repository": "https://github.com/UNIC-IFF/BBF-FLASK-API.git",
"keywords": [
"gulp",
"gulp4",
"bulma",
"bulmacss",
"sass"
],
"type": "module",
"node": "^12.20.0 || ^14.13.1 || >=16.0.0",
"scripts": {
"dev": "gulp",
"build": "gulp build",
"setup": "gulp setup"
},
"dependencies": {
"@ryangjchandler/fern": "^0.1.0",
"aos": "^3.0.0-beta.6",
"bulma": "^0.9.3",
"codemirror": "^5.64.0",
"feather-icons": "^4.28.0",
"ionicons": "^6.0.0",
"js-datepicker": "^5.18.0",
"notyf": "^3.10.0",
"plyr": "^3.6.9",
"postcss": "8.3.11",
"simplebar": "5.3.3"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/register": "^7.16.0",
"autoprefixer": "^10.4.0",
"babelify": "^10.0.0",
"browser-sync": "^2.27.7",
"browserify": "^17.0.0",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^8.0.0",
"gulp-purgecss": "^4.0.3",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.0.0",
"gulp-cli":"^2.3.0",
"gulp-util": "^3.0.7",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-webp": "^4.0.1",
"ini": "^2.0.0",
"log-symbols": "^5.0.0",
"panini": "^1.7.2",
"sass": "^1.43.4",
"vinyl-source-stream": "^2.0.0"
},
"private": false
}