This repository was archived by the owner on Mar 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.31 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.31 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
{
"name": "rapide",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
"@antfu/eslint-config": "^0.6.5",
"@iconify/iconify": "^2.0.1",
"@iconify/json": "^1.1.343",
"@leanadmin/alpine-typescript": "^0.1.25",
"@rollup/plugin-yaml": "^3.0.0",
"@types/markdown-it": "^12.0.1",
"@types/node": "^15.12.0",
"@types/nprogress": "^0.2.0",
"alpine-typescript-extras": "^0.0.1",
"eslint": "^7.27.0",
"markdown-it": "^12.0.6",
"markdown-it-anchor": "^7.1.0",
"markdown-it-prism": "^2.1.6",
"typescript": "^4.3.2",
"vite": "^2.1.5",
"vite-plugin-pinecone-pages": "^0.0.0-testing-1",
"vite-plugin-purge-icons": "^0.7.0",
"vite-plugin-pwa": "^0.7.2",
"windicss": "^3.1.1",
"workbox-window": "^6.1.5"
},
"dependencies": {
"@ryangjchandler/alpine-clipboard": "^1.0.0",
"@ryangjchandler/alpine-toggle": "^0.1.0",
"@ryangjchandler/spruce": "^2.6.3",
"@ryangjchandler/x-else": "^0.0.2",
"alpine-magic-helpers": "^1.2.2",
"alpinejs": "^2.8.2",
"alpinejs-i18n": "^0.0.1",
"nprogress": "^0.2.0",
"pinecone-router": "1.0.4",
"pinecone-router-middleware-views": "^1.1.0",
"prism-theme-vars": "^0.2.2",
"vite-plugin-windicss": "^1.0.1"
}
}