-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 998 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 998 Bytes
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
{
"name": "knk-2025",
"version": "1.0.0",
"private": true,
"workspaces": [
"nuxt-app",
"studio"
],
"scripts": {
"dev": "concurrently \"npm run dev --workspace=nuxt-app\" \"npm run dev --workspace=studio\"",
"format": "prettier --cache --write ."
},
"prettier": {
"plugins": [
"prettier-plugin-packagejson"
],
"semi": false,
"singleQuote": true
},
"dependencies": {
"@fullcalendar/core": "^6.1.18",
"@fullcalendar/daygrid": "^6.1.18",
"@fullcalendar/interaction": "^6.1.18",
"@fullcalendar/resource-timegrid": "^6.1.18",
"@fullcalendar/timegrid": "^6.1.18",
"@fullcalendar/vue3": "^6.1.18",
"@pinia/nuxt": "^0.11.2",
"@sanity/orderable-document-list": "^1.3.4",
"@sanity/vision": "^3.98.0",
"pinia": "^3.0.3",
"sanity": "^3.98.0"
},
"devDependencies": {
"concurrently": "^9.1.0",
"prettier": "^3.4.2",
"prettier-plugin-packagejson": "2.5.0"
},
"packageManager": "npm@10.5.0"
}