-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.61 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
{
"name": "a_ng_d-folio",
"version": "1.16.0",
"licence": {
"type": "CC-BY-4.0",
"url": "https://creativecommons.org/licenses/by/4.0/"
},
"repository": {
"type": "git",
"url": "https://github.com/a-ng-d/a_ng_d-folio"
},
"scripts": {
"dev": "vite",
"expose": "vite --host",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit",
"typecheck:watch": "vue-tsc --noEmit --watch",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"pretty": "npx prettier --write './src/**/*.vue' './src/**/*.ts'"
},
"dependencies": {
"@babel/traverse": "^7.24.1",
"lottie-web": "^5.10.2",
"lucide-vue-next": "^0.84.0",
"nprogress": "^0.2.0",
"p5": "^1.4.1",
"postcss": "^8.4.38",
"url-parse": "^1.5.10",
"uuid": "^8.3.2",
"v-lazy-image": "^2.1.1",
"vue": "^3.2.33",
"vue-router": "^4.0.14",
"vue3-lottie": "^2.2.4"
},
"devDependencies": {
"@fontsource/rubik": "^4.5.6",
"@fontsource/sora": "^4.5.5",
"@rushstack/eslint-patch": "^1.1.0",
"@types/node": "^16.11.26",
"@types/nprogress": "^0.2.0",
"@types/p5": "^1.4.3",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-vue": "^2.3.1",
"@vitejs/plugin-vue-jsx": "^1.3.9",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^8.2.0",
"prettier": "2.8.4",
"sass": "^1.50.0",
"typescript": "~4.6.3",
"vite": "^2.9.18",
"vue-i18n": "^9.1.9",
"vue-tsc": "^0.33.9"
}
}