This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.7 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
{
"name": "django-template",
"version": "1.0.0",
"engines": {
"node": ">=5.0.0"
},
"description": "Django starter with common tasks and scenarios",
"scripts": {
"start": "python backend/manage.py runserver"
},
"repository": {
"type": "git",
"url": "git://github.com/MadeInHaus/django-template.git"
},
"license": "MIT",
"devDependencies": {
"babel-eslint": "7.1.1",
"babelify": "7.3.0",
"browser-sync": "2.18.5",
"browserify": "13.3.0",
"del": "2.2.2",
"eslint": "4.18.2",
"eslint-plugin-babel": "4.0.0",
"eslint-plugin-react": "6.8.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.1",
"gulp-changed": "1.3.2",
"gulp-clean-css": "2.3.2",
"gulp-filesize": "0.0.6",
"gulp-help": "1.6.1",
"gulp-htmlmin": "3.0.0",
"gulp-imagemin": "3.1.1",
"gulp-modernizr": "1.0.0-alpha",
"gulp-nodemon": "2.2.1",
"gulp-sass": "3.0.0",
"gulp-sourcemaps": "1.9.1",
"gulp-uglify": "2.0.0",
"gulp-util": "3.0.8",
"gulp-watch": "4.3.11",
"imagemin-gifsicle": "^5.0.0",
"imagemin-jpegtran": "^5.0.0",
"imagemin-optipng": "^5.1.0",
"imagemin-svgo": "^5.1.0",
"minimist": "1.2.3",
"pretty-hrtime": "1.0.3",
"q": "1.4.1",
"require-dir": "0.3.1",
"slack-node": "0.2.0",
"vinyl-source-stream": "1.1.0",
"watchify": "3.8.0"
},
"dependencies": {
"babel-plugin-module-resolver": "2.4.0",
"babel-plugin-transform-class-properties": "6.19.0",
"babel-polyfill": "6.20.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"babel-preset-stage-2": "6.18.0",
"babel-register": "6.18.0",
"debug": "2.6.0",
"dotenv": "2.0.0",
"lodash": "4.17.21"
}
}