-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.21 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
{
"name": "marketing-auto1-group-jobs",
"version": "0.1.0",
"description": "Jobs application",
"private": true,
"main": "src/index.jsx",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack -p",
"analyze": "webpack --config ./webpack.analyze.config.js"
},
"author": "Pradeep Baradur <pradeep.baradur@auto1.com>",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"dotenv": "^8.0.0",
"dotenv-webpack": "^1.7.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.34.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.4",
"webpack-dev-server": "^3.7.1",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"axios": "^0.19.0",
"history": "^4.9.0",
"preact": "^10.0.0-rc.1",
"preact-router": "^3.0.1",
"react-redux": "^7.1.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0"
}
}