-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 3.99 KB
/
Copy pathpackage.json
File metadata and controls
126 lines (126 loc) · 3.99 KB
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "starter-kit-meteor-react",
"private": true,
"scripts": {
"predev": "tsx scripts/generate-settings-docs.mts",
"test": "vitest",
"test:watch": "vitest --watch",
"test:ci": "vitest run",
"test:coverage": "vitest run --coverage",
"meteor:test": "meteor test --once --driver-package meteortesting:mocha --port=9998 --exclude-archs web.browser.legacy",
"meteor:test:app": "TEST_WATCH=1 meteor test --full-app --driver-package meteortesting:mocha --port=9998 --exclude-archs web.browser.legacy",
"meteor:test:ci": " meteor --allow-superuser test . --driver-package meteortesting:mocha --port=9998 --once --exclude-archs web.browser.legacy",
"visualize": "meteor --production --extra-packages bundle-visualizer",
"dev": "meteor --settings=settings.json --port=3000",
"prepare": "husky",
"format": "biome check --write",
"lint": "biome lint",
"lint:fix": "biome lint --fix",
"lint:ci": "biome ci",
"check": "npx tsc --noEmit",
"clean": "meteor reset",
"clean:all": "rm -rf node_modules && meteor reset && rm package-lock.json && npm install",
"clean:all-with-db": "rm -rf node_modules && meteor reset --db && rm package-lock.json && npm install"
},
"dependencies": {
"@babel/runtime": "^7.27.6",
"@blaumaus/react-alert": "^7.0.7",
"@bluelibs/nova": "^1.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@floating-ui/react": "^0.26.18",
"@headlessui/react": "^2.2.4",
"@mui/icons-material": "^5.15.19",
"@mui/material": "^5.13.0",
"@pathofdev/react-tag-input": "1.0.7",
"@tanstack/match-sorter-utils": "^8.8.4",
"@tanstack/query-async-storage-persister": "^5.90.2",
"@tanstack/react-query": "^5.36.0",
"@tanstack/react-query-devtools": "^5.89.0",
"@tanstack/react-query-persist-client": "^5.90.2",
"@tanstack/react-table": "^8.7.9",
"@tippyjs/react": "4.2.6",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"bcrypt": "^5.0.1",
"cleave.js": "1.6.0",
"console-stamp": "^3.1.2",
"crossfilter2": "^1.5.4",
"css-select": "5.1.0",
"date-fns": "^3.6.0",
"dc": "^4.2.7",
"file-saver": "^2.0.5",
"formik": "^2.4.5",
"handlebars": "^4.7.7",
"idb-keyval": "^6.2.2",
"is-url": "1.2.4",
"jotai": "^1.6.0",
"lodash.get": "4.4.2",
"mathjs": "^13.1.1",
"meteor-accounts-t9n": "^2.6.0",
"meteor-node-stubs": "^1.1.0",
"moment": "^2.30.1",
"mongodb": "^4.17.2",
"murmurhash": "^2.0.1",
"postcss": "^8.4.38",
"postcss-load-config": "^4.0.1",
"query-string": "^7.1.1",
"react": "^18.2.0",
"react-datepicker": "4.11.0",
"react-dom": "^18.2.0",
"react-fast-compare": "^3.2.2",
"react-feather": "2.0.10",
"react-google-places-autocomplete": "4.0.1",
"react-helmet": "^6.1.0",
"react-phone-number-input": "^3.4.12",
"react-router-dom": "^6.23.0",
"react-select": "^5.7.0",
"react-tippy": "1.4.0",
"slate": "^0.112.0",
"slate-history": "^0.109.0",
"slate-react": "^0.110.1",
"slate-serializers": "^2.2.1",
"sweetalert2": "^11.4.4",
"tailwindcss": "^3.4.4",
"tippy.js": "^6.3.7",
"underscore": "^1.13.7",
"yup": "^1.1.1",
"zod": "^4.1.9",
"zustand": "^5.0.8"
},
"devDependencies": {
"@babel/preset-react": "^7.23.3",
"@biomejs/biome": "2.2.4",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@suprakit/cli": "^0.0.2",
"@testing-library/react": "^16.3.0",
"@types/meteor": "^2.9.8",
"@types/meteor-roles": "^1.2.39",
"@types/mocha": "^10.0.10",
"@types/node": "^22.18.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/react-alert": "^7.0.6",
"@types/react-helmet": "^6.1.11",
"@types/react-router-dom": "^5.3.3",
"globals": "^15.9.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.6",
"micromatch": "^4.0.5",
"postcss-less": "^6.0.0",
"tsx": "^4.20.6",
"vitest": "^3.2.4"
},
"meteor": {
"mainModule": {
"client": "client/main.tsx",
"server": "server/main.ts"
},
"testModule": "tests/main.test.ts",
"modern": true
},
"lint-staged": {
"*.{js,jsx,ts,tsx,md,mdx,json,jsonc,css,less}": "biome check --write"
}
}