-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (64 loc) · 1.71 KB
/
package.json
File metadata and controls
66 lines (64 loc) · 1.71 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
{
"name": "github-fetcher-fullstack-v2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"react-dev": "webpack -d --watch",
"server-dev": "nodemon server/index.js"
},
"author": "Beth Johnson",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"eslint-config-hackreactor": "git://github.com/reactorcore/eslint-config-hackreactor",
"webpack": "^2.7.0"
},
"dependencies": {
"body-parser": "^1.17.0",
"express": "^4.15.0",
"jquery": "^3.1.1",
"mongoose": "^4.9.6",
"mysql": "^2.17.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"request": "^2.81.0"
"seed": "node ./server/seed.js",
"eslist": "eslint *.js",
"react-dev": "webpack -d --watch",
"server-dev": "nodemon server/index.js",
"lint-staged": "lint-staged",
"stylelint-staged": "stylelint --syntax scss"
},
"pre-commit": "lint-staged",
"author": "Beth Johnson",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"eslint-config-hackreactor": "git://github.com/reactorcore/eslint-config-hackreactor",
"lint-staged": "^8.1.7",
"pre-commit": "^1.2.2",
"webpack": "^2.7.0"
},
"dependencies": {
"body-parser": "^1.17.0",
"eslint": "^5.16.0",
"express": "^4.15.0",
"faker": "^4.1.0",
"jquery": "^3.1.1",
"mongoose": "^4.9.6",
"nodemon": "^1.19.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"request": "^2.81.0"
},
"lint-staged": {
"*.js": "eslint",
}
}