-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·39 lines (39 loc) · 1.11 KB
/
package.json
File metadata and controls
executable file
·39 lines (39 loc) · 1.11 KB
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
{
"name": "MagpieUI4",
"version": "4.0.25",
"description": "Collection of JavaScript and CSS snippets.",
"license": "MIT",
"author": {
"name": "Serhio Magpie",
"email": "serdidg@gmail.com",
"url": "https://github.com/SerDIDG"
},
"repository": "SerDIDG/MagpieUI4",
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@lodder/time-grunt": "^4.0.0",
"animate.css": "^4.0.0",
"codemirror": "^5.53.2",
"grunt": "^1.3.0",
"grunt-babel": "^8.0.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "~4.0.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-less": "^3.0.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-less-imports": "^1.1.0",
"grunt-lessvars": "^0.3.1",
"grunt-replace": "^2.0.1",
"grunt-svg-css": "^0.2.9",
"imagemin-webp": "^5.1.0",
"less": "^4.1.1",
"load-grunt-tasks": "^5.1.0",
"tinycolor2": "^1.4.1"
}
}