-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json.dev-with-gulp.json
56 lines (56 loc) · 1.44 KB
/
package.json.dev-with-gulp.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
{
"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",
"autoprefixer": "^10.2.5",
"bootstrap": "^4.4.1",
"browser-sync": "^2.26.14",
"connect-livereload": "^0.6.1",
"cssnano": "^4.1.10",
"del": "^6.0.0",
"grunt": "^1.1.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",
"gulp": "^4.0.2",
"gulp-modernizr": "^4.0.1",
"gulp-optimize-js": "^1.1.0",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-stylelint": "^13.0.0",
"gulp-svgmin": "^3.0.0",
"gulp-uglify-es": "^2.0.0",
"http-server": "^0.12.3",
"jquery": "^3.5.0",
"jshint": "^2.12.0",
"modernizr": "^3.11.0",
"node-sass": "^4.14.0",
"popper.js": "^1.16.1",
"postcss": "^8.2.7",
"stylelint": "^13.12.0",
"underscore": "^1.10.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"
}
}