forked from orangecapinnovative/job-quest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "job-quest",
"version": "2.0.0",
"description": "TakeMeTour Job Quest (Autumn 2016 Edition)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TakeMeTour/job-quest.git"
},
"author": "PanJ",
"license": "ISC",
"bugs": {
"url": "https://github.com/TakeMeTour/job-quest/issues"
},
"homepage": "https://github.com/TakeMeTour/job-quest#readme",
"dependencies": {
"body-parser": "^1.15.2",
"cors": "^2.8.1",
"express": "^4.14.0",
"mongoose": "^4.6.0",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.2"
}
}