-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "sphinx-typo3-theme",
"version": "1.0.0",
"private": true,
"dependencies": {},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"TYPO3CMS-Guide-HowToDocument": "github:TYPO3-Documentation/TYPO3CMS-Guide-HowToDocument",
"autocompleter": "^6.0.3",
"bootstrap": "^4.4.1",
"connect-livereload": "^0.6.1",
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "^3.0.0",
"grunt-sass": "^3.1.0",
"grunt-stylelint": "^0.15.0",
"http-server": "^0.12.3",
"jquery": "^3.5.0",
"modernizr": "^3.11.0",
"node-sass": "^4.14.0",
"popper.js": "^1.16.1",
"stylelint": "^13.3.3",
"underscore": "^1.12.1"
},
"scripts": {
"watch": "grunt watch",
"frontend": "grunt frontend",
"build": "grunt build",
"render": "grunt render",
"serve": "http-server ./build/Result/project/0.0.0/"
},
"engines": {
"node": ">=10.16",
"yarn": ">= 1.0.0"
}
}