-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 2.02 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
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "main-title-pictures-service",
"description": "> Project description",
"author": "Zachary Mansell",
"license": "ISC",
"engines": {
"node": ">=6.13.0"
},
"scripts": {
"client": "webpack --mode production",
"server": "nodemon server/index.js",
"seed": "node db/seed.js",
"schema": "mysql < db/schema.sql",
"test": "jest"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"axios": "^0.19.2",
"cors": "^2.8.5",
"express": "^4.17.1",
"faker": "^4.1.0",
"mysql": "^2.18.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-inner-image-zoom": "^1.1.1",
"react-keyboard-event-handler": "^1.5.4",
"styled-components": "^5.1.1",
"styled-reset": "^4.2.1",
"underscore": "^1.10.2"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"babel-jest": "^26.2.2",
"babel-loader": "^8.1.0",
"babel-plugin-styled-components": "^1.11.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.3",
"eslint": "^7.2.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-hackreactor": "git://github.com/reactorcore/eslint-config-hackreactor.git",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.0",
"jest": "^26.2.2",
"nodemon": "^2.0.4",
"react-test-renderer": "^16.13.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"version": "1.0.0",
"main": ".eslintrc.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hrr47-fec-omalley/main-title-pictures-service.git"
},
"bugs": {
"url": "https://github.com/hrr47-fec-omalley/main-title-pictures-service/issues"
},
"homepage": "https://github.com/hrr47-fec-omalley/main-title-pictures-service#readme"
}