-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.23 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "hustling",
"version": "1.0.0",
"description": "A Maroon project.",
"main": "index.js",
"scripts": {
"test": "echo \"No tests\" && exit 1"
},
"author": {
"name": "firatciftci",
"email": "[email protected]"
},
"license": "ISC",
"devDependencies": {
"fs-extra": "^7.0.0",
"glob": "^7.1.3",
"glob-promise": "^3.4.0",
"gulp": "^3.9.1",
"gulp-awspublish": "^3.3.3",
"gulp-cloudfront-invalidate-aws-publish": "^1.0.0",
"gulp-env": "^0.4.0",
"gulp-fail": "^1.1.1",
"gulp-if": "^2.0.2",
"gulp-nodemon": "^2.2.1",
"gulp-nunjucks-render": "^2.2.2",
"gulp-prompt": "^1.1.0",
"gulp-rename": "^1.4.0",
"gulp-responsive": "^2.11.0",
"gulp-rev-all": "^1.0.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^5.0.1",
"ngrok": "^3.0.1",
"node-env-file": "^0.1.8",
"nodemon": "^1.18.4",
"open": "^0.0.5",
"portfinder": "^1.0.17",
"run-sequence": "^2.2.1",
"secure-keys": "^1.0.0",
"yargs": "^12.0.2"
},
"dependencies": {
"archieml-pipe": "^0.1.0",
"autoprefixer": "^9.1.5",
"babel-core": "6.26.3",
"babel-eslint": "^9.0.0",
"babel-loader": "7.1.5",
"babel-preset-airbnb": "^2.6.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bootstrap": "^4.1.3",
"css-loader": "^1.0.0",
"eslint": "3.19.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"exports-loader": "^0.7.0",
"express": "^4.16.3",
"extract-text-webpack-plugin": "^3.0.2",
"globby": "^8.0.1",
"html-webpack-plugin": "^3.2.0",
"imports-loader": "^0.8.0",
"lodash": "^4.17.11",
"marked": "^0.5.0",
"natives": "^1.1.6",
"node-sass": "^4.9.3",
"nunjucks": "^3.1.3",
"optimize-css-assets-webpack-plugin": "3.2.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"uglify-es": "3.3.9",
"uglifyjs-webpack-plugin": "1.1.8",
"webpack": "3.10.0",
"webpack-dev-middleware": "2.0.6",
"webpack-hot-middleware": "^2.23.1",
"webpack-stream": "4.0.3",
"whatwg-fetch": "^2.0.4"
}
}