-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
54 lines (54 loc) · 1.44 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
{
"name": "tiktok-downloader-php",
"version": "1.0.1",
"description": "TikTok Downloader",
"private": true,
"scripts": {
"gulp": "gulp",
"start": "gulp live",
"build": "gulp build",
"deploy": "gulp deploy"
},
"author": "WPPressPlugin",
"license": "MIT",
"dependencies": {
"bootstrap": "^4.5.2",
"bootswatch": "^4.5.2",
"jquery": "^3.5.1",
"moment": "^2.27.0",
"underscore": "^1.10.2"
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-transform-modules-commonjs": "^7.10.1",
"@babel/polyfill": "^7.10.1",
"@wordpress/babel-preset-default": "^4.16.0",
"autoprefixer": "^9.8.4",
"babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"core-js": "^3.6.5",
"del": "^5.1.0",
"fs": "0.0.2",
"gulp": "^4.0.2",
"gulp-buffer": "0.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-clone": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.9",
"gulp-livereload": "^4.0.2",
"gulp-load-plugins": "^2.0.3",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-tap": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"merge-stream": "^2.0.0",
"vinyl-named": "^1.1.0",
"webpack-stream": "^5.2.1",
"websocket-extensions": "^0.1.4"
}
}