-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.85 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
{
"name": "10year",
"version": "1.0.0",
"description": "10 year challenge generator",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start-dev": "NODE_ENV='development' webpack -w & NODE_ENV='development' nodemon ./server",
"start": "node ./server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mustafadane/10yearChallengeGenerator.git"
},
"author": "Mustafa Dane",
"license": "MIT",
"bugs": {
"url": "https://github.com/mustafadane/10yearChallengeGenerator/issues"
},
"homepage": "https://github.com/mustafadane/10yearChallengeGenerator#readme",
"dependencies": {
"axios": "^0.18.0",
"express": "^4.16.4",
"express-session": "^1.15.6",
"morgan": "^1.9.1",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-loading": "^2.0.3",
"react-router-dom": "^4.3.1",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "7.0.0-beta.54",
"@babel/plugin-proposal-decorators": "7.0.0-beta.54",
"@babel/plugin-proposal-export-namespace-from": "7.0.0-beta.54",
"@babel/plugin-proposal-function-sent": "7.0.0-beta.54",
"@babel/plugin-proposal-json-strings": "7.0.0-beta.54",
"@babel/plugin-proposal-numeric-separator": "7.0.0-beta.54",
"@babel/plugin-proposal-throw-expressions": "7.0.0-beta.54",
"@babel/plugin-syntax-dynamic-import": "7.0.0-beta.54",
"@babel/plugin-syntax-import-meta": "7.0.0-beta.54",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.0.0-beta.55",
"@babel/preset-react": "^7.0.0-beta.55",
"@babel/register": "^7.0.0-beta.55",
"babel-loader": "^8.0.5",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1"
}
}