-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.46 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.46 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
49
{
"name": "baCSSet",
"devDependencies": {
"grunt-accessibility": "^6.0.0",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-html": "^14.2.1",
"grunt-newer": "^1.3.0",
"postcss": "^8.2.4"
},
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"autoprefixer": "^9.8.6",
"babel-loader": "^5.3.2",
"cssnano": "^4.1.10",
"easy-toggle-state": "^1.16.0",
"grunt": "^1.3.0",
"grunt-babel": "^8.0.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-pug": "^2.0.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-image": "^6.4.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.1.0",
"grunt-shell": "^3.0.1",
"grunt-svgmin": "^6.0.1",
"grunt-svgstore": "^2.0.0",
"jit-grunt": "^0.10.0",
"node-css-mqpacker": "^8.0.1",
"postcss-extract-media-query": "^2.0.0",
"prismjs": "^1.23.0",
"rucksack-css": "^1.0.2",
"sass": "^1.32.4",
"stylelint": "^13.8.0",
"stylelint-config-sass-guidelines": "^7.1.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.18.0",
"tiny-slider": "^2.9.3",
"van11y-accessible-accordion-aria": "^3.0.1",
"van11y-accessible-simple-tooltip-aria": "^3.0.0",
"van11y-accessible-tab-panel-aria": "^2.0.4"
}
}