-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 936 Bytes
/
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
{
"name": "scrumlr.io-landing-page",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev --host",
"build": "astro build",
"preview": "astro preview --host",
"astro": "astro",
"lint": "eslint . --ext .js,.ts,.astro"
},
"dependencies": {
"@astrojs/node": "^8.2.3",
"@astrojs/react": "^3.0.10",
"@directus/sdk": "^15.0.3",
"@uidotdev/usehooks": "^2.4.1",
"astro": "^4.5.8",
"classnames": "^2.5.1",
"random-avatar-generator": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-spring-carousel": "^2.0.19"
},
"devDependencies": {
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.56.0",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-jsx-a11y": "^6.8.0",
"prettier-plugin-astro": "^0.13.0",
"sass": "^1.72.0"
}
}