-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 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
{
"name": "smart-kotkot-front",
"version": "2.0.0",
"scripts": {
"start": "meteor run",
"test": "meteor test --once --driver-package meteortesting:mocha",
"test-app": "TEST_WATCH=1 meteor test --full-app --driver-package meteortesting:mocha",
"visualize": "meteor --production --extra-packages bundle-visualizer",
"extract": "formatjs extract",
"compile-intl": "npm run extract -- 'imports/**/*.ts*' --ignore='**/*.d.ts' --out-file imports/translations/en.json --id-interpolation-pattern '[sha512:contenthash:base64:6]' --format simple"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@material-table/core": "^6.1.15",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.1",
"@mui/x-date-pickers": "^6.2.1",
"apexcharts": "^3.39.0",
"axios": "^1.3.6",
"fast-deep-equal": "^3.1.3",
"fetch": "^1.1.0",
"konva": "^9.0.1",
"material-ui-confirm": "^3.0.9",
"meteor-node-stubs": "^1.2.10",
"moment": "^2.29.4",
"react": "^18.3.1",
"react-apexcharts": "^1.4.0",
"react-dom": "^18.3.1",
"react-intl": "^6.4.1",
"react-konva": "^18.2.7",
"react-konva-utils": "^1.0.4",
"react-number-format": "^5.1.4",
"react-query": "^3.39.3",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.27.0",
"react-toastify": "^9.1.2",
"simpl-schema": "^3.4.1",
"socket.io": "^4.6.1",
"uniforms": "^4.0.0-alpha.3",
"uniforms-bridge-simple-schema-2": "^4.0.0-alpha.3",
"uniforms-mui": "^4.0.0-alpha.3",
"use-image": "^1.1.0",
"uuid": "^9.0.0"
},
"meteor": {
"mainModule": {
"client": "client/main.jsx",
"server": "server/main.js"
},
"testModule": "tests/main.js"
},
"devDependencies": {
"@formatjs/cli": "^6.1.0",
"@types/meteor": "^2.9.2",
"@welldone-software/why-did-you-render": "^7.0.1",
"prettier": "^2.8.7"
}
}