-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (52 loc) · 1.2 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": "github-fetcher-fullstack-v2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "10.15.3",
"npm": "6.4.1"
},
"scripts": {
"react-dev": "webpack -d --watch",
"start": "node server/index.js",
"seed": "node ./database-mongo/models/seed.js"
},
"author": "Beth Johnson",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/preset-react": "^7.0.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"webpack": "^2.7.0",
"webpack-cli": "^3.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/sveta0112/mvp-starter.git"
},
"keywords": [
"node",
"heroku",
"express"
],
"dependencies": {
"angular": "^1.6.3",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"faker": "^4.1.0",
"jquery": "^3.1.1",
"mongoose": "^4.13.18",
"mysql": "^2.13.0",
"path": "^0.12.7",
"react": "^15.6.2",
"react-dom": "^15.6.2"
}
}