-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 935 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
{
"name": "astro-spa-e-commerceenergy",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"build-css": "node-sass --include-path scss src/scss/style.scss src/css/style.css",
"dev-scss": "nodemon -e scss -x \"npm run build-css\""
},
"dependencies": {
"@astrojs/check": "^0.5.5",
"@astrojs/netlify": "^5.1.3",
"@astrojs/react": "^3.0.10",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"animate.css": "^4.1.1",
"astro": "^4.4.4",
"astro-google-fonts-optimizer": "^0.2.2",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"firebase": "^10.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"node-sass": "^9.0.0",
"nodemon": "^3.1.0"
}
}