-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.66 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
61
62
{
"name": "sourcery-web-app",
"version": "1.0.16",
"private": true,
"type": "module",
"scripts": {
"dev": "nuxi dev --host 127.0.0.1",
"build": "nuxi generate",
"start": "nuxi preview",
"generate": "nuxi generate"
},
"dependencies": {
"@mdi/font": "^7.4",
"@stripe/stripe-js": "^4.8.0",
"@supabase/supabase-js": "^2.45",
"@types/mime-types": "^2.1",
"@types/uuid": "^10.0",
"accounting-js": "^1.1",
"bluebird": "^3.7",
"core-js": "^3.9",
"file-saver": "^2.0",
"filesize": "^9.0",
"geolib": "^3.0",
"intl-tel-input": "^24.6",
"jszip": "^3.10",
"md5": "^2.2",
"mime-types": "^2.1",
"pinia": "^2.1",
"plotly.js-dist": "^2.34",
"register-service-worker": "^1.7",
"uuid": "^10"
},
"devDependencies": {
"@nuxtjs/supabase": "^1.4",
"@pinia/nuxt": "^0.5",
"concurrently": "^6.0",
"faker": "^4.1",
"husky": "^6.0",
"nuxi": "^3.14",
"nuxt": "^3.13",
"prettier-eslint": "^16.3",
"sass": "^1.70",
"supabase": "^1.127",
"ts-loader": "^9.5",
"typescript": "^5.3",
"vite-plugin-vuetify": "^2.0",
"vue-tsc": "^2.1",
"vuetify": "^3.6"
},
"description": "Sourcery is a not-for-profit service that gives researchers access to documents that can't be found online by paying other researchers to find them.",
"author": "Sourcery <[email protected]>",
"contributors": [
"Tim Morris <[email protected]>",
"Brian Daley <[email protected]>",
"Samson Weiner <[email protected]>",
"Alex Mueller <[email protected]>",
"Brian Kelleher <[email protected]>"
],
"overrides": {
"vue": "latest"
}
}