-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.35 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
{
"name": "events",
"version": "0.2.0",
"description": "events site",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build": "browserify -t [ reactify ] app.js -o public/bundle.js",
"env": "SET DEBUG=web:* & npm start"
},
"author": "Nill",
"license": "ISC",
"dependencies": {
"body-parser": "^1.17.1",
"date-and-time": "^0.4.0",
"express": "^4.15.2",
"express-graphql": "^0.6.4",
"graphql": "^0.9.2",
"lokka": "^1.7.0",
"lokka-transport-http": "^1.6.1",
"mobx": "^3.1.8",
"mobx-react": "^4.1.5",
"mongoose": "^4.9.3",
"multiparty": "^4.1.3",
"nconf": "^0.8.4",
"nodemailer": "^4.0.1",
"pug": "^2.0.0-beta11",
"react": "^15.4.2",
"react-avatar-editor": "^9.1.1",
"react-dom": "^15.4.2",
"semantic-ui-react": "^0.68.0",
"time-ago": "^0.1.0"
},
"devDependencies": {
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-1": "^6.22.0",
"babelify": "^7.3.0",
"browserify": "^14.1.0",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^2.5.1",
"gulp-streamify": "^1.0.2",
"gulp-stylus": "^2.6.0",
"gulp-uglify": "^2.1.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}