-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
39 lines (39 loc) · 1.11 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
{
"name": "django_project_template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "NODE_ENV=development gulp",
"build": "NODE_ENV=production BUILD=True gulp"
},
"author": "Ivan Lukyanets <[email protected]>",
"license": "Commercial",
"dependencies": {
"@babel/core": "^7.23.5",
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-env": "^7.23.5",
"@babel/register": "^7.22.15",
"autoprefixer-stylus": "^1.0.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.29.3",
"eslint": "^8.55.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-group-css-media-queries": "^1.2.2",
"gulp-if": "^3.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-stylus": "^3.0.1",
"gulp-svg-sprite": "^2.0.3",
"gulp": "^4.0.2",
"rimraf": "^5.0.5",
"sass": "^1.69.5"
}
}