-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
51 lines (51 loc) · 1.28 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
{
"name": "@example/basics",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"rome:format": "rome format .",
"prettier:format": "prettier --write ."
},
"devDependencies": {
"@astrojs/mdx": "^0.11.5",
"@astrojs/react": "^1.2.2",
"astro": "^1.9.2",
"postcss-nesting": "^10.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rome": "0.10.0-next"
},
"dependencies": {
"@astrojs/mdx": "^0.11.6",
"@astrojs/svelte": "^1.0.2",
"@astrojs/tailwind": "^2.1.3",
"@react-icons/all-files": "^4.1.0",
"astro-tooltips": "^0.6.2",
"autoprefixer": "^10.4.15",
"cssnano": "^5.1.15",
"cursor-effects": "^1.0.12",
"framer-motion": "^8.5.5",
"gruvbox.css": "^0.0.4",
"postcss": "^8.4.29",
"postcss-import": "^15.1.0",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.7.2",
"react-content-loader": "^6.2.1",
"react-icons": "^4.10.1",
"react-tippy": "^1.4.0",
"react-use-lanyard": "^0.2.0",
"sk-lanyard": "^0.1.7",
"svelte": "^3.59.2",
"tailwindcss": "^3.3.3",
"use-lanyard": "^1.4.4",
"use-sound": "^4.0.1"
},
"engines": {
"node": ">=12.22.0"
}
}