-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
64 lines (64 loc) · 1.86 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
{
"name": "DMS-Front-V4",
"version": "1.0.0",
"description": "DMS V4 Front-End",
"license": "ISC",
"main": "index.js",
"author": "",
"bugs": {
"url": "https://github.com/DSM-DMS/DMS-Front-V4/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --content-base dist/ --mode development --hot --inline --open",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DSM-DMS/DMS-Front-V4.git"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@types/react-redux": "^7.1.2",
"add": "^2.0.6",
"babel-loader": "^8.0.6",
"babel-plugin-styled-components": "^1.10.1",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.0.0",
"eslint": "5.3.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "^5.0.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-react": "7.11.0",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.7.0",
"style-loader": "^0.23.1",
"ts-loader": "^6.0.4",
"tslint-config-airbnb": "^5.11.1",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.0.0",
"url-loader": "^2.0.0",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2"
},
"dependencies": {
"@types/react": "^16.8.22",
"@types/react-dom": "^16.8.4",
"@types/styled-components": "^4.4.2",
"moment": "^2.24.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^7.1.1",
"react-router-dom": "^5.0.1",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"styled-components": "^4.3.2",
"typescript": "^3.5.2"
}
}