-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.32 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
{
"name": "Gekkon",
"version": "0.1.0",
"description": "Gekkon React frontend",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --mode development --open --disable-host-check --hot --port 3042 --host 0.0.0.0",
"build": "webpack --mode production"
},
"keywords": [
"diary",
"scheduler"
],
"author": "Bitia",
"license": "ISC",
"jest": {
"moduleNameMapper": {
"^@/(.*)$": "<rootDir>/src/$1"
}
},
"devDependencies": {
"@babel/polyfill": "^7.0.0",
"babel-eslint": "^10.0.2",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"jest": "^26.1.0",
"webpack-dev-server": "^3.3.2"
},
"dependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-export-default-from": "^7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@nivo/calendar": "^0.61.1",
"@nivo/pie": "^0.61.1",
"aphrodite": "^2.4.0",
"autoprefixer": "^9.7.1",
"axios": "^0.21.1",
"babel-loader": "^8.0.4",
"bcryptjs": "^2.4.3",
"classnames": "^2.2.6",
"css-loader": "^1.0.0",
"dayjs": "^1.8.20",
"eslint-import-resolver-webpack": "^0.12.0",
"favicons-webpack-plugin": "^1.0.2",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"js-cookie": "^2.2.0",
"localforage": "^1.7.3",
"mobile-detect": "^1.4.3",
"moment": "^2.24.0",
"pace-js": "^1.0.2",
"postcss-loader": "^3.0.0",
"prop-types": "^15.7.2",
"qs": "^6.7.0",
"ramda": "^0.25.0",
"react": "^16.12.0",
"react-content-loader": "^5.0.2",
"react-dnd": "^7.0.2",
"react-dnd-html5-backend": "^7.0.2",
"react-dom": "^16.12.0",
"react-dropzone": "^10.0.0",
"react-icons": "^3.2.1",
"react-image-crop": "^7.0.2",
"react-redux": "^5.0.7",
"react-router-dom": "^5.0.0",
"react-yandex-maps": "^4.2.0",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"spin.js": "^4.0.0",
"style-loader": "^0.23.1",
"superagent": "^4.1.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.3.2"
}
}