-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
76 lines (76 loc) · 2.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
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
{
"name": "ronkl",
"version": "1.2.0",
"homepage": "https://ronzlsdesk.co.uk/",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"autoprefixer": "^9.8.6",
"axios": "^0.27.2",
"bootstrap": "4.3.1",
"chart.js": "^3.7.1",
"classnames": "^2.2.6",
"d3-geo": "^1.11.3",
"devtools": "^6.10.0",
"faker": "^4.1.0",
"jwt-decode": "^3.0.0-beta.2",
"lighthouse": "^7.0.0",
"nprogress": "^0.2.0",
"postcss": "^8.0.7",
"postcss-cli": "^7.1.2",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-calendar": "^3.2.1",
"react-chartjs-2": "^2.7.4",
"react-component-queries": "^2.3.0",
"react-d3-map": "^0.8.3",
"react-dom": "^16.8.4",
"react-feather": "^2.0.8",
"react-ga": "^2.5.7",
"react-html-table-to-excel": "^2.0.0",
"react-html5-camera-photo": "^1.5.4",
"react-icons": "^3.5.0",
"react-infinite-calendar": "^2.3.1",
"react-notification-system": "^0.4.0",
"react-redux": "^7.2.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-simple-maps": "^0.12.1",
"react-sizeme": "^2.5.2",
"reactstrap": "^7.1.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"styled-components": "^5.2.1",
"tailwindcss": "^3.0.24",
"victory": "^32.0.0",
"webcam-easy": "^1.0.5"
},
"devDependencies": {
"gh-pages": "^4.0.0",
"node-sass": "^7.0.1",
"react-scripts": "^5.0.1",
"serve": "^13.0.2",
"stylelint": "^14.8.3",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^3.1.3"
},
"scripts": {
"start": "npm run watch:css && react-scripts start",
"build": "npm run build:css && react-scripts build",
"serve": "serve -s build",
"predeploy": "npm run build",
"test": "react-scripts test",
"eject": "react-scripts eject --env=jsdom",
"build:css": "postcss src/assets/tailwind.css -o src/assets/main.css",
"watch:css": "postcss src/assets/tailwind.css -o src/assets/main.css"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}