-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.03 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.03 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
{
"name": "project-approach",
"description": "Intermedia Project Approach to Arts and Crafts",
"version": "1.0.0",
"year": 2024,
"homepage": "https://ooley42.github.io/projectapp/",
"repository": {
"type": "git",
"url": "https://github.com/ooley42/projectapp.git"
},
"keywords": [
"vue",
"projects",
"planning"
],
"license": "MIT",
"author": "Davay42",
"type": "module",
"engines": {
"node": "^20.x"
},
"packageManager": "pnpm@9.12.3",
"scripts": {
"dev": "vite",
"build": "vite build",
"lib": "vite build --config vite.config.lib.js",
"preview": "vite preview"
},
"dependencies": {
"@unocss/reset": "^0.64.0",
"@vueuse/core": "^11.2.0",
"@vueuse/gesture": "^2.0.0",
"@vueuse/math": "^11.2.0",
"vue": "^3.5.12"
},
"devDependencies": {
"@unocss/extractor-pug": "^0.64.0",
"@vitejs/plugin-vue": "^5.1.5",
"@vue/language-plugin-pug": "^2.1.10",
"globby": "^14.0.2",
"gray-matter": "^4.0.3",
"pug": "^3.0.3",
"unocss": "^0.64.0",
"vite": "6.0.0-beta.10",
"vite-plugin-singlefile": "^2.0.3"
}
}