forked from TYPO3-Documentation/sphinx_typo3_theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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.12.0",
"TYPO3CMS-Guide-HowToDocument": "github:TYPO3-Documentation/TYPO3CMS-Guide-HowToDocument",
"autocompleter": "^6.0.1",
"bootstrap": "^4.4.1",
"connect-livereload": "^0.6.1",
"grunt": "^1.0.4",
"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.13.0",
"http-server": "^0.12.1",
"jquery": "^3.4.1",
"modernizr": "^3.8.0",
"node-sass": "^4.13.0",
"popper.js": "^1.16.0",
"stylelint": "^12.0.1",
"underscore": "^1.9.2"
},
"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"
}
}