forked from lemerodrigo/QuizGenerator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.31 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": "quiz-generator",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "NODE_ENV=development nodemon server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/QuizGen/QuizGenerator.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/QuizGen/QuizGenerator/issues"
},
"homepage": "https://github.com/QuizGen/QuizGenerator#readme",
"dependencies": {
"bcrypt": "^1.0.2",
"body-parser": "^1.16.0",
"express": "^4.14.1",
"express-jwt": "^5.1.0",
"jsonwebtoken": "^7.3.0",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"path": "^0.12.7",
"pg": "^6.1.2",
"react": "^15.4.2",
"react-addons-linked-state-mixin": "^15.4.2",
"react-dom": "^15.4.2",
"react-router": "^3.0.2",
"sequelize": "^3.30.2",
"uuid": "^3.0.1"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-hot-middleware": "^2.16.1"
}
}