-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.67 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
{
"name": "ad-template",
"version": "0.0.1",
"description": "ad-template Front-End developer kit",
"main": "index.js",
"scripts": {
"start": "gulp",
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Muskos/template.git"
},
"keywords": [],
"author": "Muskos",
"license": "ISC",
"bugs": {
"url": "https://github.com/Muskos/template/issues"
},
"homepage": "https://github.com/Muskos/template#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.4.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^7.3.0",
"browser-sync": "^2.18.13",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^1.5.5",
"eslint-plugin-react": "^5.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-cached": "^1.1.0",
"gulp-clean-css": "^3.7.0",
"gulp-concat": "^2.6.1",
"gulp-connect-php": "0.0.8",
"gulp-favicons": "^2.2.7",
"gulp-header": "^1.8.8",
"gulp-if": "^2.0.2",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sass-glob": "^1.0.8",
"gulp-strip-css-comments": "^1.2.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"postcss-flexbugs-fixes": "^3.2.0",
"require-dir": "^0.3.2",
"run-sequence": "^2.1.0",
"webpack": "^3.5.5"
},
"dependencies": {}
}