-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (74 loc) · 1.85 KB
/
package.json
File metadata and controls
75 lines (74 loc) · 1.85 KB
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
{
"name": "bekk-events",
"version": "1.1.0",
"description": "Overview of all events in BEKK.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"postinstall": "npm run build",
"build": "gulp build --production",
"start": "node index.js",
"test": "mocha --compilers js:babel-core/register --require ./test/test_helper.js 'test/**/*.@(js|jsx)'",
"test:watch": "npm run test -- --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"compression": "^1.5.2",
"glob": "^6.0.4",
"babel": "^6.5.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"yargs": "^4.7.0",
"body-parser": "1.14.2",
"consolidate": "0.13.1",
"cookie-parser": "1.4.1",
"express": "4.13.3",
"gulp": "3.9.1",
"gulp-cssnano": "2.1.0",
"gulp-less": "3.0.5",
"gulp-if": "^2.0.1",
"gulp-rename": "1.2.2",
"gulp-uglify": "^0.3.1",
"handlebars": "4.0.5",
"history": "^1.17.0",
"immutable": "^3.7.6",
"method-override": "2.3.5",
"morgan": "1.6.1",
"nodemon": "^1.9.2",
"react": "0.14.8",
"react-dom": "^0.14.6",
"react-redux": "^4.0.6",
"react-router": "^1.0.3",
"redux": "^3.0.5",
"redux-thunk": "^1.0.3",
"serve-favicon": "2.3.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"eslint": "^2.11.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.2.2",
"eslint-plugin-react": "^5.1.1",
"gulp-livereload": "3.8.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-notify": "2.2.0",
"google-maps-react": "1.0.18"
},
"devDependencies": {
},
"babel": {
"presets": [
"es2015",
"react"
]
},
"engines": {
"node": "6.x"
}
}