-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
33 lines (33 loc) · 1.03 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
{
"name": "academy-responsive-web-frontend-build",
"version": "1.0.0",
"description": "Frontend build process created by catalyst-frontend",
"repository": "https://github.com/jenofdoom/academy-responsive-web.git",
"main": "gulpfile.js",
"scripts": {
"build": "./node_modules/.bin/gulp build",
"start": "./node_modules/.bin/gulp",
"testserver": "./node_modules/.bin/gulp testserver",
"lint": "./node_modules/.bin/eslint \"js/**/*.js\"",
"lint:fix": "./node_modules/.bin/eslint \"js/**/*.js\" --fix"
},
"author": "Catalyst",
"license": "UNLICENSED",
"private": true,
"dependencies": {},
"devDependencies": {
"autoprefixer": "~9.0.1",
"babel-eslint": "~8.2.6",
"browser-sync": "~2.26.3",
"cssnano": "~4.0.4",
"eslint": "~5.3.0",
"eslint-config-airbnb-es5": "~1.2.0",
"eslint-plugin-react": "~7.10.0",
"gulp": "~4.0.0",
"gulp-if": "~2.0.2",
"gulp-postcss": "~7.0.0",
"gulp-sass": "~4.0.1",
"gulp-sourcemaps": "~2.6.1",
"postcss-flexbugs-fixes": "~4.0.0"
}
}