-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.7 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": "objectively-boilerplate",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/objectively/objectively-jekyll-boilerplate.git"
},
"engines": {
"node": "v16.14.0",
"npm": "8.3.1"
},
"description": "",
"main": "index.js",
"scripts": {
"build": "gulp build",
"build:dev": "webpack",
"build:prod": "webpack -p --env production",
"deploy": "gulp deploy",
"dev": "gulp",
"lint": "eslint ./source/_js/**/*.js",
"test": "echo \"No tests\" && exit 0",
"mocha-watch": "mocha -w --recursive $(find spec -name '*.js')"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.16.7",
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"babel-loader": "^8.2.3",
"browser-sync": "^2.27.7",
"chai": "^4.3.4",
"compression-webpack-plugin": "^6.1.1",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^2.6.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-changed": "^4.0.3",
"gulp-clean-css": "^4.3.0",
"gulp-gh-pages": "github:shinnn/gulp-gh-pages",
"gulp-htmlmin": "^5.0.1",
"gulp-hub": "^4.2.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-shell": "^0.8.0",
"gulp-spawn-mocha": "^6.0.0",
"install": "^0.13.0",
"jquery": "^3.6.0",
"jsdom": "^16.7.0",
"natives": "^1.1.6",
"prettier": "^1.19.1",
"run-sequence": "^2.2.1",
"sass": "^1.45.2",
"terser-webpack-plugin": "^5.3.0",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"gulp": "^4.0.2"
}
}