-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·42 lines (42 loc) · 1.21 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
{
"name": "webpack-performance-boilerplate",
"version": "0.2.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "NODE_ENV=production node tasks/build.js",
"start": "node tasks/watch.js",
"lint": "eslint src/js/**/*.js tasks/**/*.js",
"lint-fix": "eslint --fix src/js/**/*.js tasks/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mehigh/webpack-performance-boilerplate.git"
},
"author": {
"name": "Mike Crantea",
"email": "mike.crantea@xwp.co",
"url": "https://xwp.co"
},
"license": "GNU GPLv3",
"bugs": {
"url": "https://github.com/mehigh/webpack-performance-boilerplate/issues"
},
"homepage": "https://github.com/mehigh/webpack-performance-boilerplate#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"chokidar": "^3.5.1",
"core-js": "^3.8.3",
"eslint": "^7.18.0",
"idlize": "^0.1.1",
"@wordpress/eslint-plugin": "^8.0.0",
"lodash": "^4.17.20",
"regenerator-runtime": "^0.13.7",
"webpack": "^5.18.0",
"whatwg-fetch": "^3.5.0"
}
}