-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
63 lines (63 loc) · 1.6 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
{
"name": "voicescriber",
"version": "1.0.0",
"description": "Voice Scriber App",
"main": "index.js",
"scripts": {
"dev": "gulp",
"prod": "gulp prod",
"deploy:firebase": "gulp deploy:firebase",
"deploy:nomades": "gulp deploy:nomades",
"deploy:cadze": "gulp deploy:cadze",
"deploy:ghpages": "gulp deploy:ghpages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reek/voicescriber.git"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"author": "Ricardo Reves",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"babelify": "^10.0.0",
"browser-sync": "^2.26.5",
"browserify": "^16.2.3",
"create-index": "^2.4.0",
"csso": "^3.5.1",
"del": "^4.0.0",
"dotenv": "^8.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-cache": "^1.1.1",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.1",
"gulp-flatten": "^0.4.0",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^5.0.3",
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-shell": "^0.7.0",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.8",
"node-sass": "^4.11.0",
"vinyl-buffer": "^1.0.1",
"vinyl-ftp": "^0.6.1",
"vinyl-source-stream": "^2.0.0",
"vinyl-transform": "^1.0.0"
},
"dependencies": {
"clipboard": "^2.0.4",
"firebase": "^5.8.3",
"material-icons": "^0.3.0",
"materialize-css": "^1.0.0-rc.2",
"wavesurfer.js": "^2.1.3"
}
}