forked from dandi/dandi-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.79 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": "dandi-archive",
"version": "0.0.0",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 8085",
"build": "vite build",
"preview": "vite preview --port 4173",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --max-warnings=0 --ignore-path .gitignore"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^9.0.7",
"@koumoul/vjsf": "2.23.3",
"@resonant/oauth-client": "^0.9.0",
"@sentry/integrations": "^7.88.0",
"@sentry/vue": "^7.88.0",
"ajv": "^8.12.0",
"axios": "^0.21.2",
"dompurify": "^3.0.1",
"filesize": "^6.3.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"marked": "^4.3.0",
"moment": "^2.29.1",
"pinia": "^2.1.3",
"vue": "^2.7.14",
"vue-cookie-law": "^1.13.3",
"vue-gtag": "^1.16.1",
"vue-router": "^3.6.4",
"vue-social-sharing": "^3.0.8",
"vuetify": "~2.6.15"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@types/dompurify": "^3.0.1",
"@types/js-yaml": "^4.0.1",
"@types/json-schema": "^7.0.7",
"@types/lodash": "^4.14.168",
"@types/marked": "^4.0.8",
"@types/node": "^16.11.45",
"@vitejs/plugin-legacy": "^2.0.0",
"@vitejs/plugin-vue2": "^1.1.2",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.5.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-vue": "^9.0.0",
"eslint-plugin-vuetify": "^1.1.0",
"npm-run-all": "^4.1.5",
"sass": "^1.69.5",
"terser": "^5.14.2",
"ts-node": "^10.4.0",
"typescript": "^4.8.2",
"unplugin-vue-components": "^0.25.2",
"vite": "^3.0.2",
"vite-plugin-node-polyfills": "^0.16.0",
"vue-tsc": "^0.40.5"
}
}