-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
76 lines (76 loc) · 2.04 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
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "GET",
"version": "1.0.0",
"type": "module",
"main": "gulpfile.js",
"description": "GET: Gulp, ES6, TailwindCSS starterkit",
"repository": {
"type": "git",
"url": "git+https://github.com/rootwork/GET.git"
},
"author": "Ivan Boothe <[email protected]> (https://rootwork.org/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rootwork/GET/issues"
},
"homepage": "https://rootwork.github.io/GET/",
"scripts": {
"start": "gulp",
"prod": "gulp --prod",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "npx prettier -w .",
"prepare": "husky install"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.11",
"@babel/register": "^7.16.9",
"@tailwindcss/typography": "^0.5.1",
"autoprefixer": "^10.4.2",
"babel": "^6.23.0",
"browser-sync": "^2.27.7",
"cachekill": "^3.0.2",
"del": "^6.0.0",
"eslint": "^8.8.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-postcss": "^9.0.1",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.1.0",
"gulp-sharp-responsive": "^0.3.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.1.0",
"husky": "^7.0.4",
"log-symbols": "^5.1.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"sass": "^1.49.0",
"tailwindcss": "^3.0.18",
"yargs": "^17.3.1"
},
"optionalDependencies": { "fsevents": "2.1.2" },
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}