forked from wp-media/wp-rocket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "lib-sass",
"version": "1.0.0",
"description": "Compress and minify SASS and JS with Gulp",
"main": "src/js/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --progress --colors --watch --mode=development",
"prod": "webpack --progress --colors -p --config webpack.config.js --mode=production"
},
"author": "",
"license": "ISC",
"dependencies": {
"isomorphic-fetch": "^3.0",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"babel-loader": "^8.2.3",
"babel-preset-env": "^1.7.0",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"eslint": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-react": "^7.27.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "2.6.1",
"gulp-iife": "^0.4.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"lodash": "^4.17.21",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^4.0.0",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1",
"yargs": "^17.3.0",
"sass": "^1.44.0"
}
}