-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
53 lines (53 loc) · 1.52 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
{
"name": "persistentpoplars",
"version": "1.0.0",
"description": "",
"main": "server/server.js",
"scripts": {
"start": "webpack -d && node server/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack -d --watch",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PersistentPoplars/persistentPoplars.git"
},
"author": "Matt Goldwater, Michael Dywer, Sam He, and Nate Graf",
"license": "ISC",
"bugs": {
"url": "https://github.com/PersistentPoplars/persistentPoplars/issues"
},
"homepage": "https://github.com/PersistentPoplars/persistentPoplars#readme",
"dependencies": {
"babel-cli": "^6.18.0",
"babel-loader": "^6.2.9",
"babel-plugin-transform-react-jsx-source": "^6.9.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"bcryptjs": "^2.3.0",
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-session": "^1.14.2",
"fetch": "^1.1.0",
"jquery": "^3.1.1",
"moment": "^2.17.1",
"morgan": "^1.7.0",
"mysql": "^2.12.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"react": "^15.4.1",
"react-bootstrap": "^0.30.7",
"react-dom": "^15.4.1",
"react-router": "^3.0.0",
"sequelize": "^3.27.0",
"sequelize-heroku": "^1.0.0",
"webpack": "^1.14.0",
"whatwg-fetch": "^2.0.1"
},
"devDependencies": {}
}