-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.23 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
{
"name": "bento-turnkey",
"version": "1.0.0",
"description": "Allows you to preview your work on a live server",
"repository": {
"type": "git",
"url": "http://github.com/getbento/bentobox.git"
},
"scripts": {
"prepare": "husky install",
"eslint": "eslint --fix",
"prettier": "prettier --write .",
"lint-staged": "lint-staged",
"lint": "npm run eslint && npm run prettier",
"start": "grunt watch"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.10",
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"grunt": "~0.4.2",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-sftp-deploy": "~0.2.2",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1"
},
"dependencies": {
"gulp": "^4.0.2"
}
}