-
-
Notifications
You must be signed in to change notification settings - Fork 194
/
package.json
39 lines (39 loc) · 1.13 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
{
"name": "Known",
"version": "1.6.2",
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"dart-sass": "^1.25.0",
"grunt": "^1.4.1",
"grunt-babel": "^8.0.0",
"grunt-cli": "^1.4.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-modernizr": "^3.0.2",
"grunt-sass": "^3.1.0",
"grunt-stylelint": "^0.16.0",
"grunt-terser": "^2.0.0",
"modernizr": "^3.11.8",
"stylelint": "^13.13.1",
"stylelint-config-sass-guidelines": "^8.0.0",
"terser": "5.7.2"
},
"dependencies": {
"clean-css-cli": "^5.3.3",
"core-js": "^3.16.4",
"opencollective": "^1.0.3",
"opencollective-postinstall": "^2.0.3"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/known"
},
"scripts": {
"postinstall": "opencollective-postinstall",
"grunt": "grunt"
}
}