-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.88 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
67
68
{
"name": "steve-component-agent-contact",
"version": "1.0.0",
"description": "> Project description",
"main": "server/index.js",
"scripts": {
"test": "jest || true",
"dev-pack": "webpack --watch",
"start": "nodemon ./server/index.js",
"faker": "node ./data/fakeData.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xillow-talk-hrsf110/steve-component-agent-contact.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/xillow-talk-hrsf110/steve-component-agent-contact/issues"
},
"homepage": "https://github.com/xillow-talk-hrsf110/steve-component-agent-contact#readme",
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"eslint-config-airbnb": "^17.1.0",
"express": "^4.16.4",
"mysql": "^2.16.0",
"newrelic": "^5.7.0",
"path": "^0.12.7",
"pg": "^7.10.0",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"styled-components": "^4.1.3",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"babel-jest": "^24.1.0",
"babel-loader": "^8.0.5",
"babel-plugin-styled-components": "^1.10.0",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.9.1",
"enzyme-to-json": "^3.3.5",
"eslint": "^5.13.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"faker": "^4.1.0",
"jest": "^24.1.0",
"jest-styled-components": "^6.3.1",
"nodemon": "^1.18.9",
"react-test-renderer": "^16.8.2"
},
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"setupFiles": [
"./test/enzyme.config.js"
]
}
}