-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.02 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
{
"name": "genweb6.esports",
"version": "1.0.0",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.3.7",
"clean-css-cli": "^5.4.0",
"grunt": "^1.6.1",
"grunt-contrib-compass": "^0.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-less": "latest",
"grunt-contrib-uglify": "^5.2.1",
"grunt-contrib-watch": "^1.0.0",
"nodemon": "^3.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"postcss-cli": "^9.0.1",
"sass": "^1.43.3",
"stylelint-config-twbs-bootstrap": "^2.2.4"
},
"overrides": {
"postcss": "^8.4.31",
"@babel/traverse": ">=7.23.2",
"@babel/helpers": ">=7.26.10",
"qs": ">=6.14.1",
"semver": ">=6.3.1",
"cross-spawn": ">=6.0.6",
"braces": ">=3.0.3",
"lodash": ">=4.17.23",
"micromatch": ">=4.0.8",
"js-yaml": ">=3.14.2",
"nanoid": ">=3.3.8",
"tmp": ">=0.2.4",
"brace-expansion": ">=1.1.12 <2",
"json5": ">=2.2.2"
}
}