-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.36 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
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"run::dev": "astro dev",
"run::start": "astro dev",
"run::build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/image": "0.12.1",
"@astrojs/lit": "1.0.2",
"@astrojs/react": "1.2.2",
"@astrojs/svelte": "1.0.2",
"@astrojs/tailwind": "2.1.3",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@webcomponents/template-shadowroot": "0.1.0",
"astro": "1.9.0",
"autoprefixer": "10.4.13",
"eslint-plugin-astro": "0.21.1",
"eslint-plugin-svelte3": "4.0.0",
"lit": "2.6.1",
"motion": "10.15.5",
"postcss-cli": "10.1.0",
"postcss-import": "15.1.0",
"postcss-nested": "6.0.0",
"postcss-nesting": "10.2.0",
"prettier-plugin-svelte": "2.9.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"svelte": "3.46.4",
"tailwindcss": "3.0.24"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.0.0",
"@typescript-eslint/parser": "5.48.0",
"eslint": "8.0.1",
"eslint-config-prettier": "8.6.0",
"eslint-config-standard-with-typescript": "26.0.0",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-n": "15.0.0",
"eslint-plugin-promise": "6.0.0",
"prettier": "2.8.2",
"typescript": "*"
}
}