-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.02 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.02 KB
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
{
"name": "react-project",
"version": "1.0.0",
"description": "Coding Test App using Node and React. The goal of this app is to handle the relationships between distinguished individuals with superpowers.",
"author": "AdeleH <adele.harrissart@gmail.com>",
"license": "GPL-2.0",
"homepage": "https://github.com/AdeleH/react-project#readme",
"repository": {
"type": "git",
"url": "https://github.com/AdeleH/react-project.git"
},
"bugs": {
"url": "https://github.com/AdeleH/react-project/issues"
},
"main": "server.js",
"scripts": {
"test": "",
"start": "node server.js",
"watch": "nodemon server.js",
"postinstall": "bower install && gulp build"
},
"babel": {
"presets": [
"es2015",
"react"
]
},
"dependencies": {
"alt": "^0.17.8",
"async": "^1.5.0",
"body-parser": "^1.14.1",
"colors": "^1.1.2",
"compression": "^1.6.0",
"express": "^4.13.3",
"gulp": "^3.9.1",
"history": "^1.13.0",
"jquery": "^3.1.1",
"mongoose": "^4.2.5",
"mongoose-autoincrement-id": "^1.0.4",
"morgan": "^1.6.1",
"nodemon": "^1.11.0",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"react-modal": "^1.5.2",
"react-router": "^1.0.0",
"react-select": "^1.0.0-rc.2",
"request": "^2.65.0",
"serve-favicon": "^2.3.0",
"socket.io": "^1.3.7",
"swig": "^1.4.2",
"underscore": "^1.8.3",
"xml2js": "^0.4.15"
},
"devDependencies": {
"babel-core": "^6.1.19",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-register": "^6.3.13",
"babelify": "^7.2.0",
"bower": "^1.6.5",
"browserify": "^12.0.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-if": "^2.0.0",
"gulp-less": "^3.0.3",
"gulp-plumber": "^1.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.0"
}
}