-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.55 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
{
"name": "evolv",
"version": "0.0.0",
"private": true,
"dependencies": {
"async": "^1.5.0",
"cloudinary": "^1.2.4",
"dotenv": "^1.1.0",
"eslint-config-airbnb": "^8.0.0",
"express-handlebars": "^1.1.0",
"fl-form": "^0.1.12",
"gulp-imagemin": "^3.0.1",
"handlebars": "^2.0.0",
"keystone": "https://github.com/keystonejs/keystone.git#e56996ea2412eac68d03b4d8219559ca5e0b8edb",
"moment": "^2.10.6",
"node-sass": "^3.3.2",
"node-sass-middleware": "^0.9.7",
"nodemailer": "^2.4.1",
"sanitize-html": "^1.11.4",
"swag": "^0.7.0",
"underscore": "^1.8.3",
"whatwg-fetch": "^1.0.0",
"winston": "^2.2.0",
"x-div": "^1.0.2"
},
"devDependencies": {
"autoprefixer": "^6.6.1",
"babel-preset-es2015-rollup": "^3.0.0",
"bower": "^1.7.9",
"dep-linker": "^0.1.22",
"eslint": "^2.9.0",
"eslint-plugin-import": "^1.8.0",
"eslint-plugin-jsx-a11y": "^1.2.2",
"eslint-plugin-react": "^5.1.1",
"gulp": "^3.9.1",
"gulp-cssmin": "^0.1.7",
"gulp-imagemin": "^3.1.1",
"gulp-jshint": "^1.12.0",
"gulp-open": "^2.0.0",
"gulp-postcss": "^6.2.0",
"gulp-rollup": "^1.9.0",
"gulp-sass": "^2.3.2",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^1.9.1",
"gulp-uglify": "^1.5.3",
"gulp-watch": "^4.3.5",
"jshint-stylish": "^0.1.5",
"os": "^0.1.1",
"rollup": "^0.40.2",
"rollup-plugin-babel": "^2.7.1"
},
"scripts": {
"start": "node keystone.js",
"dev": "gulp",
"build-watch": "gulp build-watch"
},
"main": "keystone.js"
}