forked from webnbreact/carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.81 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
{
"name": "webnb-carousel",
"version": "1.0.0",
"description": "carousel module",
"author": "Yk mario Mui",
"license": "MIT",
"engines": {
"node": ">=6.13.0"
},
"scripts": {
"seed": "node scripts/normalbatcher.js",
"watch": "webpack -d --watch",
"test": "jest",
"test:update": "jest -u",
"dev": "webpack-dev-server"
},
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"automock": false
},
"dependencies": {
"@material-ui/icons": "^3.0.1",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"express": "^4.16.4",
"faker": "^4.1.0",
"mongodb": "^3.1.10",
"mongoose": "^5.4.0",
"morgan": "^1.9.1",
"path": "^0.12.7",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"styled-components": "^4.1.3",
"url": "^0.11.0",
"webpack": "^4.28.2"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"babel-core": "^7.0.0-0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"babel-plugin-styled-components": "^1.10.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"enzyme-to-json": "^3.3.5",
"eslint": "^5.11.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-hackreactor": "git://github.com/reactorcore/eslint-config-hackreactor",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"jest": "^23.6.0",
"react-hot-loader": "^4.6.3",
"react-test-renderer": "^16.7.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.13"
}
}