forked from ellmetha/django-machina
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 872 Bytes
/
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
{
"name": "django-machina",
"repository": "https://github.com/ellmetha/django-machina",
"private": true,
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-webfonts": "^1.0.9",
"bootstrap": ">=4.5.2",
"easymde": "^2.8.0",
"jquery": ">=3.5.0",
"lodash": ">=4.17.19",
"lodash.template": ">=4.5.0",
"popper.js": "^1.14.4"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@babel/register": "^7.0.0",
"clean-css": ">=4.1.11",
"fstream": ">=1.0.12",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^1.5.4",
"tar": ">=2.2.2"
},
"scripts": {
"gulp": "gulp"
}
}