-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
102 lines (102 loc) · 3.19 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "seed-bo-ts",
"version": "1.0.0",
"description": "SEED-BO-TS",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "webpack-dev-server --mode development --hot",
"build": "webpack --mode production"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.6.0",
"@commitlint/cli": "^8.2.0",
"@fortawesome/fontawesome-common-types": "^0.2.24",
"@fortawesome/fontawesome-svg-core": "^1.2.24",
"@fortawesome/free-regular-svg-icons": "^5.11.1",
"@fortawesome/free-solid-svg-icons": "^5.11.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"@hot-loader/react-dom": "^16.9.0",
"@indec/react-commons": "^2.3.0",
"@types/moment": "^2.13.0",
"@types/node": "^12.7.5",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-hot-loader": "^4.1.0",
"@types/react-navigation": "^3.0.8",
"@types/react-redux": "^7.1.2",
"@types/react-router-dom": "^4.3.5",
"@types/reactstrap": "^8.0.4",
"@types/redux": "^3.6.0",
"@types/redux-saga": "^0.10.5",
"@typescript-eslint/eslint-plugin": "^2.3.0",
"@typescript-eslint/parser": "^2.3.0",
"arg.js": "^1.1.5",
"babel-loader": "^8.0.6",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-root-import": "^6.4.1",
"babel-preset-react-app": "^9.0.2",
"bootstrap-scss": "^4.3.1",
"css-hot-loader": "^1.4.4",
"css-loader": "^3.2.0",
"eslint": "^6.4.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.1",
"fibers": "^4.0.1",
"file-loader": "^4.2.0",
"file-saver": "^2.0.2",
"html-webpack-plugin": "^3.2.0",
"lodash": "^4.17.15",
"mini-css-extract-plugin": "^0.8.0",
"moment": "^2.24.0",
"node-sass": "^4.12.0",
"papaparse": "^5.1.0",
"react": "^16.9.0",
"react-datepicker": "^2.9.6",
"react-dom": "^16.9.0",
"react-hot-loader": "^4.12.13",
"react-redux": "^7.1.1",
"react-router-dom": "^5.0.1",
"react-select": "^3.0.5",
"reactotron-react-js": "^3.3.3",
"reactotron-redux": "^3.1.2",
"reactotron-redux-saga": "^4.2.2",
"reactstrap": "^8.0.1",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-saga": "^1.1.1",
"sass": "^1.22.12",
"sass-loader": "^8.0.0",
"source-map-loader": "^0.2.4",
"style-loader": "^1.0.0",
"ts-loader": "^6.1.2",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"tslint": "^5.20.0",
"typescript": "^3.6.3",
"typescript-eslint": "0.0.1-alpha.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^2.1.0",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.9",
"webpack-dev-middleware": "^3.7.1",
"webpack-dev-server": "^3.8.1",
"webpack-hot-middleware": "^2.25.0"
},
"dependencies": {
"compression": "^1.7.4",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"module-alias": "^2.2.1",
"morgan": "^1.9.1",
"winston": "^3.2.1"
}
}