⬆️ (app)
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -16,8 +16,6 @@ dist-ssr
|
||||
/cypress/videos/
|
||||
/cypress/screenshots/
|
||||
|
||||
/~
|
||||
|
||||
# Editor directories and files
|
||||
.vscode
|
||||
!.vscode/extensions.json
|
||||
|
||||
2
components.d.ts
vendored
2
components.d.ts
vendored
@@ -13,7 +13,7 @@ declare module '@vue/runtime-core' {
|
||||
CrcCard: typeof import('./src/components/architecture/crc-card.vue')['default']
|
||||
CrcProject: typeof import('./src/components/architecture/crc-project.vue')['default']
|
||||
ForgettingCurve: typeof import('./src/components/smart-notes/forgetting-curve.vue')['default']
|
||||
Island: typeof import('./node_modules/.pnpm/iles@0.8.7_sass@1.56.2/node_modules/iles/dist/client/app/components/Island.vue')['default']
|
||||
Island: typeof import('./node_modules/.pnpm/iles@0.9.5_rollup@2.79.1_sass@1.62.1/node_modules/iles/dist/client/app/components/Island.vue')['default']
|
||||
JulienCalixte: typeof import('./src/components/core/julien-calixte.vue')['default']
|
||||
MyProjects: typeof import('./src/components/presentation/my-projects.vue')['default']
|
||||
OrderTag: typeof import('./src/components/core/order-tag.vue')['default']
|
||||
|
||||
18
package.json
18
package.json
@@ -11,19 +11,19 @@
|
||||
"node": ">= 16.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@islands/headings": "^0.8.1",
|
||||
"@islands/headings": "^0.8.2",
|
||||
"@islands/prism": "^0.8.0",
|
||||
"@islands/pwa": "^0.9.1",
|
||||
"iles": "^0.8.7",
|
||||
"prettier": "^2.8.1",
|
||||
"sass": "^1.56.2",
|
||||
"typescript": "^4.9.4",
|
||||
"vitest": "^0.25.8",
|
||||
"vue": "^3.2.45",
|
||||
"vue-tsc": "^1.0.13"
|
||||
"iles": "^0.9.5",
|
||||
"prettier": "^2.8.8",
|
||||
"sass": "^1.62.1",
|
||||
"typescript": "^5.0.4",
|
||||
"vitest": "^0.31.1",
|
||||
"vue": "^3.3.4",
|
||||
"vue-tsc": "^1.6.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"chart.xkcd": "^1.1.13",
|
||||
"pinia": "^2.0.27"
|
||||
"pinia": "^2.1.3"
|
||||
}
|
||||
}
|
||||
2535
pnpm-lock.yaml
generated
2535
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user