-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
155 lines (155 loc) · 5.34 KB
/
package.json
File metadata and controls
155 lines (155 loc) · 5.34 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "specify7-frontend",
"version": "1.0.0",
"private": true,
"description": "Specify software manages species and specimen data for biological research collections. As a database platform, it tracks specimen transactions, links images to specimen records and publishes data to the Internet.",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/specify/specify7.git"
},
"author": "KU Biodiversity Institute",
"homepage": "https://specifysoftware.org",
"main": "lib/main.ts",
"type": "module",
"engines": {
"node": ">=20.6.0"
},
"scripts": {
"//": "All of these should be executed from the js_src directory",
"localizationTests": "node --import ./lib/tests/jsdom.js --import ./lib/tests/register.js --import tsx lib/localization/__tests__/scanUsages.ts",
"pullFromWeblate": "node --import ./lib/tests/jsdom.js --import ./lib/tests/register.js --import tsx lib/localization/utils/pull.ts",
"schema:extract": "node --import ./lib/tests/jsdom.js --import ./lib/tests/register.js --import tsx lib/localization/schema-localization/extract.ts",
"schema:pullFromWeblate": "node --import ./lib/tests/jsdom.js --import ./lib/tests/register.js --import tsx lib/localization/schema-localization/pull.ts",
"test": "npm run typecheck && npm run unitTests && npm run localizationTests",
"typecheck": "tsc",
"unitTests": "jest",
"unitTests:coverage": "jest --coverage",
"unitTests:watch": "jest --watch",
"validateWeblate": "node --import ./lib/tests/jsdom.js --import ./lib/tests/register.js --import tsx lib/localization/__tests__/validateWeblate.ts"
},
"dependencies": {
"@codemirror/lang-json": "^6.0.0",
"@codemirror/lang-xml": "^6.0.0",
"@codemirror/language": "^6.2.0",
"@codemirror/legacy-modes": "^6.1.0",
"@floating-ui/react": "^0.19.1",
"@handsontable/react": "^12.4.0",
"@headlessui/react": "^1.6.6",
"@shopify/draggable": "^1.1.3",
"@uiw/codemirror-theme-okaidia": "^4.10.4",
"@uiw/codemirror-theme-xcode": "^4.10.4",
"@uiw/react-codemirror": "4.11.0",
"backbone": "~0.9.10",
"codemirror": "^6.0.1",
"csv-parse": "^5.3.0",
"csv-stringify": "^6.2.0",
"d3": "^7.6.1",
"dayjs": "^1.10.7",
"globals": "^13.19.0",
"handsontable": "^12.1.0",
"jquery": "~1.12.0",
"leaflet": "^1.7.1",
"leaflet-gesture-handling": "^1.2.2",
"leaflet.featuregroup.subgroup": "^1.0.2",
"leaflet.markercluster": "^1.5.3",
"m-react-splitters": "^1.2.0",
"rc-slider": "^10.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-modal": "^3.16.1",
"react-new-window": "^1.0.1",
"react-router-dom": "^6.30.3",
"react-zoom-pan-pinch": "^3.6.1",
"typesafe-i18n": "^5.17.1",
"typesafe-reducer": "^1.0.3",
"underscore": "~1.12.1",
"xlsx": "~0.18.5"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@babel/preset-env": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@maxpatiiuk/prettier-config": "^2.0.0",
"@maxxxxxdlp/eslint-config": "^5.0.0",
"@maxxxxxdlp/eslint-config-react": "^3.0.0",
"@tailwindcss/forms": "^0.5.7",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.3",
"@types/backbone": "^1.4.11",
"@types/d3": "^7.4.0",
"@types/gettext-parser": "^4.0.2",
"@types/jest": "^28.1.6",
"@types/jquery": "~3.5.4",
"@types/leaflet": "^1.7.0",
"@types/leaflet.featuregroup.subgroup": "^1.0.0",
"@types/leaflet.markercluster": "^1.4.4",
"@types/node": "^20.11.19",
"@types/papaparse": "~4.1.2",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-is": "^17.0.3",
"@types/react-modal": "^3.13.1",
"@types/react-router-dom": "^5.3.3",
"@types/underscore": "^1.12.1",
"babel-jest": "^28.1.3",
"babel-loader": "^10.0.0",
"babel-plugin-transform-import-meta": "^2.2.1",
"chalk": "^4.1.2",
"commander": "^9.4.1",
"core-js": "^3.23.4",
"css-loader": "^6.10.0",
"eslint": "^8.31.0",
"fast-xml-parser": "^4.2.2",
"gettext-parser": "^6.0.0",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jest-fail-on-console": "^2.4.2",
"jest-silent-reporter": "^0.5.0",
"jest-skipped-reporter": "^0.0.5",
"jsdom-global": "^3.0.2",
"loader-utils": "^3.2.1",
"node-notifier": "^10.0.1",
"postcss": "^8.4.14",
"postcss-loader": "^8.1.0",
"postcss-preset-env": "^7.7.2",
"prettier": "^3.4.1",
"regenerator-runtime": "^0.13.9",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.1",
"tsx": "^4.19.3",
"typedoc": "^0.23.23",
"typescript": "4.8.4",
"webpack": "^5.97.1",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^4.10.0",
"webpack-manifest-plugin": "^5.0.0",
"worker-loader": "^3.0.8"
},
"overrides": {
"worker-loader": {
"loader-utils": "2.0.3"
},
"form-data": ">=4.0.4",
"braces": "^3.0.3"
},
"browserslist": {
"production": [
"last 2 years",
"> 1% in US",
"not ie <= 11",
"not dead"
],
"development": [
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 1 Safari version"
]
},
"directories": {
"test": "tests"
}
}