-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.38 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": "@sfgrp/distinguish",
"private": false,
"type": "module",
"version": "0.4.0",
"files": [
"dist"
],
"main": "./dist/distinguish.umd.cjs",
"module": "./dist/distinguish.es.js",
"exports": {
".": {
"import": "./dist/distinguish.es.js",
"require": "./dist/distinguish.umd.cjs"
},
"./dist/style.css": "./dist/style.css"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/SpeciesFileGroup/distinguish",
"license": "NCSA",
"repository": {
"type": "git",
"url": "git+https://github.com/SpeciesFileGroup/distinguish.git"
},
"keywords": [
"species file group",
"interactive key",
"distinguish"
],
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"axios": "^1.7.7",
"pinia": "^2.2.4",
"vue": "^3.5.11"
},
"devDependencies": {
"@pinia/testing": "^0.1.6",
"@testing-library/user-event": "^14.5.2",
"@testing-library/vue": "^8.1.0",
"@vitejs/plugin-vue": "^5.1.4",
"c8": "^10.1.2",
"eslint": "^9.12.0",
"eslint-plugin-vue": "^9.28.0",
"jsdom": "^25.0.1",
"msw": "^2.4.9",
"sass": "^1.79.4",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vitest": "^2.1.2",
"vue-tsc": "^2.1.6"
}
}