-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
103 lines (103 loc) · 2.93 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "wdntemplates",
"version": "5.3.52",
"description": "Web Framework for the UNLedu website.",
"repository": {
"type": "git",
"url": "git://github.com/unl/wdntemplates.git"
},
"author": {
"name": "University of Nebraska-Lincoln",
"url": "https://wdn.unl.edu/"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/unl/wdntemplates/issues"
},
"homepage": "https://github.com/unl/wdntemplates#readme",
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
"@babel/plugin-transform-classes": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"@lodder/grunt-postcss": "^3.1.1",
"autoprefixer": "^10.4.2",
"bl": "^5.0.0",
"browserslist": "^4.19.1",
"core-js": "^3.23.3",
"cssnano": "^6.0.0",
"csso": "^4.2.0",
"dcf": "git+ssh://[email protected]/digitalcampusframework/dcf.git#3.0",
"decompress": "^4.2.1",
"follow-redirects": "^1.15.6",
"fsevents": "^2.3.2",
"grunt": "^1.5.3",
"grunt-babel": "^8.0.0",
"grunt-bump": "^0.8.0",
"grunt-cli": "^1.4.3",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-includes": "^1.1.0",
"grunt-newer": "^1.3.0",
"grunt-sass": "^3.1.0",
"grunt-sass-globber": "^2.0.3",
"grunt-stylelint": "^0.19.0",
"grunt-sync": "^0.8.2",
"grunt-then": "^1.0.0",
"grunt-zip": "^1.0.0",
"hosted-git-info": "^6.1.1",
"i": "^0.3.7",
"imagemin-jpeg-recompress": "^7.0.0",
"imagemin-svgo": "^9.0.0",
"imagemin-webp": "^6.0.0",
"imagemin-zopfli": "^7.0.0",
"load-grunt-tasks": "^5.1.0",
"lodash": "^4.17.21",
"nth-check": "^2.0.1",
"postcss": "^8.4.31",
"postcss-normalize": "^10.0.1",
"sass": "^1.77.8",
"semver-regex": "^3.1.4",
"stylelint": "^15.10.1",
"stylelint-no-unsupported-browser-features": "^5.0.2",
"tar": "^6.2.1",
"tar-fs": "^2.1.1",
"trim": "^1.0.1",
"websocket-extensions": "^0.1.4"
},
"engines": {
"node": ">= 20.5.0"
},
"dependencies": {
"axe-core": "^4.3.5",
"coffeescript": "^2.6.1",
"d": "^1.0.1",
"gsap": "^3.11.1",
"hoverintent": "^2.2.1",
"http-server": "^13.1.0",
"npm": "^9.8.0",
"puppeteer": "^22.12.1",
"y18n": "^5.0.8"
},
"scripts": {
"test": "node tests/run-tests.js",
"dev": "grunt --rjs-flags=\"debug_mode=true wdnProp=G-9DM5F2WV3Y\""
},
"browserslist": [
"last 1 Chrome version",
"last 1 Explorer version",
"last 1 Firefox version",
"Firefox ESR",
"last 1 Safari version",
"Android >= 4.0",
"BlackBerry >= 4.0",
"iOS >= 10",
"> 1% in my stats"
],
"_comment": "When DCF core publishes on NPM, switch dcf dependency on Git commit"
}