-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 991 Bytes
/
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
{
"name": "Manifest",
"version": "0.12.208",
"devDependencies": {
"grunt": "^1.3.0",
"grunt-changelog-customizable": "^0.5.2",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-less": "^3.0.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-critical": "^3.0.1",
"grunt-html-build": "^0.7.1",
"grunt-json-minify": "^1.1.0",
"grunt-remove-js-comments": "^0.1.2",
"grunt-string-replace": "^1.3.3",
"lodash": ">=4.17.21",
"stylelint": "^14.1.0",
"stylelint-config-standard": "^24.0.0"
},
"dependencies": {
"@google-cloud/local-auth": "^2.1.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"google-spreadsheet": "^3.1.15",
"googleapis": "^105.0.0",
"jsdom": "^17.0.0",
"node-fetch": "^2.7.0",
"request-promise": "^4.2.6"
}
}