-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 858 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
{
"name": "@example/starter",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/renderer-react": "^0.2.2",
"@tailwindcss/custom-forms": "^0.2.1",
"@types/react-router-dom": "^5.3.2",
"@types/styled-components": "^5.1.15",
"@types/swiper": "^5.4.3",
"astro": "^0.20.12",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.0"
},
"dependencies": {
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"i18next": "^21.3.3",
"i18next-browser-languagedetector": "^6.1.2",
"react-i18next": "^11.13.0",
"styled-components": "^5.3.3",
"swiper": "^6.8.0",
"tailwindcss": "^2.2.17",
"typescript": "^4.4.4"
}
}