-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.63 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.63 KB
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
52
53
54
55
56
{
"name": "riadkilani-react",
"private": true,
"version": "0.0.0",
"type": "commonjs",
"scripts": {
"dev": "vite",
"build": "gulp styles && vite build",
"styles": "gulp styles",
"build:staging": "npm run styles && cross-env BUILD_OUT_DIR=staging vite build",
"images:optimize": "node tools/optimize-images.mjs",
"import:portfolio": "node scripts/import-portfolio.mjs",
"lint": "eslint .",
"preview": "vite preview",
"todo:open": "node scripts/sync-todo.js",
"todo:sync": "node scripts/sync-todo.js"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fortawesome/fontawesome-free": "^7.0.1",
"@mui/material": "^7.3.5",
"bootstrap": "^5.3.8",
"framer-motion": "^12.23.24",
"highlight.js": "^11.11.1",
"react": "^19.1.1",
"react-bootstrap": "^2.10.10",
"react-dom": "^19.1.1",
"react-router-dom": "^7.8.2"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.0",
"adm-zip": "^0.5.16",
"cross-env": "^10.0.0",
"eslint": "^9.33.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"glob": "^11.0.0",
"globals": "^16.3.0",
"globby": "^15.0.0",
"gulp": "^5.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-rename": "^2.1.0",
"gulp-sass": "^6.0.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-strip-css-comments": "^3.0.0",
"sass": "^1.92.1",
"sharp": "^0.34.4",
"vite": "^7.1.2",
"vite-plugin-static-copy": "^3.1.2",
"vite-plugin-svgr": "^4.5.0"
}
}