-
Notifications
You must be signed in to change notification settings - Fork 218
/
package.json
56 lines (56 loc) · 1.88 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
{
"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",
"gulp": "gulp",
"watch:css": "gulp sass:watch",
"watch:js": "gulp js:watch",
"build:css": "gulp build:sass:all",
"build:js": "gulp build:js:all",
"makepot": "wp i18n make-pot . languages/rocket.pot --headers='{\"Report-Msgid-Bugs-To\":\"http://wp-rocket.me/\",\"Last-Translator\": \"WP Media (http://wp-rocket.me/)\", \"Language-Team\": \"WP Media (http://www.transifex.com/projects/p/wp-media/) <contact@wp-media.me>\"}'",
"postinstall": "test -d node_modules/wp-rocket-scripts/dist || (cd node_modules/wp-rocket-scripts && npm install && npm run build)"
},
"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": "^5.0.0",
"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",
"require-dir": "^1.2.0",
"sass": "^1.44.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^4.0.0",
"webpack": "^5.76.0",
"webpack-cli": "^4.9.1",
"wp-rocket-scripts": "^1.0.8",
"yargs": "^17.3.0"
}
}