-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.94 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": "contacts",
"version": "0.0.0",
"description": "ArkusNexus - Contacts Manager",
"author": "@rodrilink",
"license": "Open",
"private": false,
"homepage": ".",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build-modernizr": "modernizr -c modernizr-config.json -d src/modernizr.js -u",
"build-themes": "node-sass-chokidar src/styles/themes -o public/themes -w",
"lint": "react-scripts lint"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@fortawesome/fontawesome-free": "5.5.0",
"@material-ui/core": "^4.6.1",
"@material-ui/icons": "^4.5.1",
"animate.css": "3.7.0",
"axios": "^0.19.0",
"bootstrap": "4.3.1",
"bootstrap-filestyle": "github:markusslima/bootstrap-filestyle#v2.1.0",
"core-js": "2.5.7",
"i18next": "^12.0.0",
"i18next-browser-languagedetector": "^2.2.4",
"i18next-xhr-backend": "^1.5.1",
"jquery": "3.4.1",
"loaders.css": "0.1.2",
"modernizr": "3.7.1",
"moment": "^2.22.2",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-i18next": "8.3.8",
"react-redux": "6.0.0",
"react-router": "4.3.1",
"react-router-bootstrap": "0.24.4",
"react-router-dom": "4.3.1",
"react-transition-group": "2.5.0",
"reactstrap": "6.5.0",
"redux": "4.0.4",
"screenfull": "3.3.3",
"simple-line-icons": "2.4.1",
"whirl": "github:themicon/whirl"
},
"devDependencies": {
"acorn-dynamic-import": "3.0.0",
"imports-loader": "0.8.0",
"node-sass": "4.12.0",
"raw-loader": "0.5.1",
"react-scripts-rewired": "3.0.1--latest1",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"webpack-bundle-analyzer": "3.3.2"
}
}