-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
65 lines (65 loc) · 1.99 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
{
"name": "dhis2-smart-display2",
"version": "1.0.0",
"description": "",
"license": "BSD-3-Clause",
"private": true,
"scripts": {
"build:css": "tailwindcss build src/styles/index.css -o src/styles/tailwind.css",
"build": "d2-app-scripts build",
"start": "npm run build:css && d2-app-scripts start ",
"test": "d2-app-scripts test"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "^3.2.3",
"@types/react-router-dom": "^5.1.3",
"tailwindcss": "^1.2.0"
},
"dependencies": {
"@ant-design/icons": "^4.0.2",
"@brainhubeu/react-carousel": "^1.13.19",
"@date-io/date-fns": "1.3.13",
"@dhis2/app-adapter": "3.2.3",
"@dhis2/app-runtime": "^2.0.4",
"@dhis2/d2-i18n": "1.0.5",
"@dhis2/d2-ui-app": "^2.0.0",
"@dhis2/d2-ui-core": "^6.5.3",
"@dhis2/d2-ui-group-editor": "^6.5.3",
"@dhis2/d2-ui-rich-text": "^6.5.10",
"@dhis2/data-visualizer-plugin": "^34.3.28",
"@material-ui/core": "^4.9.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.42",
"@material-ui/pickers": "^3.2.10",
"abort-controller": "^3.0.0",
"add": "^2.0.6",
"antd": "^4.0.3",
"autoprefixer": "^9.7.4",
"d2": "^31.8.1",
"date-fns": "^2.10.0",
"hookrouter": "^1.2.3",
"lodash": "^4.17.15",
"material-auto-rotating-carousel": "^3.0.2",
"material-table": "^1.57.2",
"material-ui-search-bar": "^0.4.2",
"mobx": "^5.15.4",
"mobx-react": "^6.2.2",
"mobx-state-tree": "^3.15.0",
"polyfill": "^0.1.0",
"postcss-cli": "^7.1.0",
"react-full-screen": "^0.2.4",
"react-hook-form": "^5.7.2",
"react-icons": "^3.9.0",
"react-numeric-input": "^2.2.3",
"react-recipes": "^1.0.0",
"react-responsive-carousel": "^3.1.51",
"react-router-dom": "^5.1.2",
"react-search-box": "^2.0.2",
"react-slick": "^0.25.2",
"react-swipeable-views": "^0.13.9",
"react-use-dimensions": "^1.2.1",
"slick-carousel": "^1.8.1",
"spectacle": "5.8.0",
"yarn": "^1.22.4"
}
}