-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
94 lines (94 loc) · 3.18 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
{
"name": "Bedrock",
"version": "3.0.1",
"description":
"Deploy a production-ready Node webapp with built-in user authentication, security, and more in <10 minutes.",
"keywords": ["nodejs", "react", "flux", "sails"],
"dependencies": {
"babel": "^5.8.23",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.26.0",
"babelify": "^7.3.0",
"bcryptjs": "^2.4.3",
"bluebird": "^3.5.0",
"connect-gzip-static": "^2.0.1",
"create-react-class": "^15.6.0",
"db-migrate": "^0.10.0-beta.23",
"db-migrate-mysql": "^1.1.10",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.5",
"express-state": "^1.4.0",
"extract-text-webpack-plugin": "^3.0.0",
"grunt": "1.0.1",
"grunt-browserify": "^5.2.0",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~2.2.1",
"grunt-contrib-jst": "~1.0.0",
"grunt-contrib-less": "1.4.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-debug-task": "^0.1.8",
"grunt-react": "^0.12.3",
"grunt-sails-linker": "~1.0.4",
"grunt-sass": "^2.0.0",
"grunt-sync": "~0.6.2",
"grunt-webpack": "^3.0.2",
"handlebars": "^4.0.10",
"history": "4.7.2",
"include-all": "~4.0.3",
"jquery": "^3.2.1",
"keymirror": "^0.1.1",
"nodemailer": "^4.0.1",
"nodemailer-smtp-transport": "^2.7.4",
"nuclear-js": "^1.4.0",
"nuclear-js-react-addons": "^0.4.1",
"passport": "0.4.0",
"passport-http-bearer": "1.0.1",
"passport-local": "1.0.0",
"purifycss-webpack": "^0.7.0",
"rc": "~1.2.1",
"react": "15.6.1",
"react-dom": "15.6.1",
"react-hot-loader": "^3.0.0-beta.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"sails": "^0.12.13",
"sails-db-migrate": "^1.5.0",
"sails-disk": "~0.10.10",
"sails-hook-webpack2": "^1.1.0",
"sails-mysql": "^0.11.5",
"swag": "^0.7.0",
"underscore": "^1.8.3",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
},
"scripts": {
"debug": "node webpackDevServer.js & grunt build & node --debug app.js",
"start": "node webpackDevServer.js & grunt build & node app.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/tilomitra/bedrock.git"
},
"devDependencies": {
"babel": "^6.23.0",
"grunt-babel": "^7.0.0",
"grunt-bump": "^0.8.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-handlebars": "^1.0.0",
"grunt-eslint": "^20.0.0",
"jsdom": "^11.2.0",
"proxyquire": "^1.8.0",
"webpack-livereload-plugin": "^0.11.0"
}
}