-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 840 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 840 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
{
"name": "makerweb",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxt/content": "^1.15.1",
"@nuxtjs/axios": "^5.13.6",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"core-js": "^3.19.3",
"daisyui": "^1.25.4",
"js-confetti": "^0.10.2",
"nuxt": "^2.15.8",
"rehype-katex": "^5.0.0",
"remark-math": "^4.0.0",
"theme-change": "^2.0.2",
"vue": "^2.6.14",
"vue-d3-cloud": "^0.2.0",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.46.0"
},
"devDependencies": {
"@nuxtjs/google-fonts": "^2.0.0",
"@nuxtjs/tailwindcss": "^4.2.1",
"postcss": "^8.4.4"
}
}