-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.12 KB
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
{
"name": "rhgservices",
"version": "0.0.1",
"license": "MIT",
"author": "Ben Gosney",
"engines": {
"npm": ">=6",
"node": ">=14"
},
"scripts": {
"compile": "grunt compile",
"start": "grunt dev",
"watch": "grunt watch"
},
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/preset-env": "^7.19.0",
"@fullhuman/postcss-purgecss": "^5.0.0",
"autoprefixer": "^10.4.12",
"babel-core": "*",
"babel-preset-es2015": "*",
"css-mqpacker": "^7.0.0",
"cssnano": "^6.0.0",
"grunt": "^1.5.3",
"grunt-babel": "^8.0.0",
"grunt-browser-sync": "*",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "*",
"grunt-dart-sass": "^2.0.1",
"grunt-postcss": "*",
"grunt-purifycss": "*",
"grunt-real-favicon": "^0.2.4",
"grunt-sass": "^3.1.0",
"grunt-sass-globbing": "*",
"grunt-webfont": "*",
"load-grunt-tasks": "^5.1.0",
"pixrem": "^5.0.0",
"postcss": "^8.4.31",
"postcss-cli": "^10.0.0",
"postcss-preset-env": "^7.8.2",
"sass": "^1.55.0"
},
"browserslist": [
"last 3 version",
"> 0.25%",
"not dead"
]
}