-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 2.88 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "silverbullet",
"private": true,
"version": "0.1.0",
"description": "A Sails/React boilerplate",
"keywords": [
"sails",
"react",
"isomorphic",
"universal",
"redux"
],
"dependencies": {
"babel-core": "^6.14.0",
"babel-polyfill": "^6.13.0",
"bcrypt-nodejs": "0.0.3",
"bootstrap-sass": "^3.3.7",
"dustjs-linkedin": "^2.7.4",
"hashids": "^1.1.1",
"i18next": "^6.1.2",
"iso": "^5.2.0",
"jsonwebtoken": "^7.1.9",
"lodash": "^4.17.4",
"moment": "^2.15.0",
"nodemailer": "^2.6.4",
"ramda": "^0.23.0",
"rc": "1.1.6",
"react": "^15.3.1",
"react-bootstrap": "^0.30.3",
"react-dom": "^15.3.1",
"react-i18next": "^2.1.0",
"react-redux": "^5.0.2",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.5",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"reduxsauce": "^0.4.1",
"sails": "~0.12.4",
"sails-disk": "~0.10.10",
"sails.io.js": "^1.1.4",
"socket.io-client": "^1.4.8",
"superagent": "^3.4.2",
"uuid": "^3.0.1"
},
"scripts": {
"debug": "node debug app.js",
"start": "npm-run-all --parallel start:app webpack:watch",
"start:app": "node app.js",
"webpack:watch": "webpack --watch",
"nodemon": "nodemon ./nodemonWrapper.js --ignore 'dev/*' --ignore README",
"lint": "eslint src",
"pm2-start": "webpack; pm2 start app.js -i 1 --name silverbullet",
"pm2-stop": "pm2 stop all; pm2 delete all"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/geniemdev/silverbullet.git"
},
"author": "geniem",
"license": "",
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-eslint": "7.1.1",
"babel-loader": "^6.2.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-syntax-export-extensions": "^6.13.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-export-extensions": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"clean-webpack-plugin": "^0.1.10",
"eslint": "^3.14.1",
"eslint-config-airbnb": "14.0.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"express": "^4.14.0",
"grunt": "1.0.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-coffee": "1.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "1.0.2",
"grunt-contrib-jst": "1.0.0",
"grunt-contrib-less": "1.4.0",
"grunt-contrib-uglify": "2.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-sails-linker": "1.0.4",
"grunt-sass": "^2.0.0",
"grunt-sync": "0.6.2",
"include-all": "^2.0.0",
"json-loader": "^0.5.4",
"nodemon": "^1.10.2",
"npm-run-all": "^4.0.1",
"webpack": "^2.2.1"
}
}