forked from jclauneurolab/aims-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 839 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 839 Bytes
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
{
"name": "lab-website",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"predeploy": "npm run build && echo 'jclauneurolab.io' > dist/CNAME",
"deploy": "gh-pages -d dist --repo=https://x-access-token:${GITHUB_TOKEN}@github.com/jclauneurolab/aims-website.git",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"react": "^18.2.0",
"react-bootstrap": "^2.10.9",
"react-dom": "^18.2.0",
"react-multi-carousel": "^2.8.5",
"react-router-dom": "^7.2.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"gh-pages": "^6.3.0",
"vite": "^4.0.0"
}
}