-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
74 lines (74 loc) · 2.06 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
{
"name": "italystrap",
"title": "A powerfull theme framework for WordPress",
"description": "",
"author": "Enea Overclokk",
"homepage": "https://italystrap.com",
"version": "4.0.0-beta.8",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/ItalyStrap/italystrap.git"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@types/jquery": "^3.5.6",
"autoprefixer": "^9.8.7",
"cssnano": "^4.1.11",
"grunt": "^1.4.1",
"grunt-babel": "^8.0.0",
"grunt-bump": "^0.8.0",
"grunt-composer": "^0.4.5",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compass": "^1.1.1",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "~2.0.0",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.4.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-copy-part-of-file": "^0.1.5",
"grunt-exec": "^3.0.0",
"grunt-file-creator": "^0.1.3",
"grunt-fontello": "^0.3.7",
"grunt-git": "^1.1.1",
"grunt-github-releaser": "^0.1.18",
"grunt-perfbudget": "^0.2.0",
"grunt-postcss": "^0.9.0",
"grunt-prompt": "^1.3.3",
"grunt-sass": "^3.1.0",
"grunt-sync": "^0.8.2",
"grunt-ts": "^6.0.0-beta.22",
"grunt-version": "^1.3.2",
"grunt-wp-readme-to-markdown": "^2.0.1",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.6.1",
"gulp-copy": "^4.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-webp": "^4.0.1",
"gulp-zip": "^5.1.0",
"jasmine": "^3.9.0",
"load-grunt-tasks": "^3.5.2",
"pixrem": "^5.0.0",
"qunit": "^2.17.2",
"typescript": "^4.4.3",
"webpack-stream": "^5.2.1"
},
"dependencies": {
"bootstrap": "^5.1.1",
"popper.js": "^1.16.1"
},
"scripts": {
"css": "grunt css",
"watch": "grunt watch"
}
}