-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.4 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "affirmations-vite",
"version": "1.0.0",
"description": "Build, enjoy, and share lists of Affirmations",
"homepage": "https://bretpeters3n.github.io/affirmations-vite/",
"scripts": {
"dev": "vite",
"predeploy": "npm run build",
"deploy": "gh-pages -d src/dist",
"build": "vite build",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write \"src/**/*.{js,jsx}\"",
"lint": "eslint \"src/**/*.{js,jsx}\" --quiet"
},
"author": "Bret Petersen",
"license": "MIT",
"devDependencies": {
"@vitejs/plugin-react": "^2.1.0",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.8",
"gh-pages": "^6.1.1",
"prettier": "^2.7.1",
"vite": "^4.5.0"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.7",
"@mui/material": "^5.15.7",
"@splidejs/react-splide": "^0.7.12",
"dotenv": "^16.4.4",
"express": "^4.18.3",
"framer-motion": "^11.0.5",
"react": "^18.2.0",
"react-bootstrap": "^2.10.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-router-dom": "^6.4.1",
"react-toastify": "^10.0.3",
"short-unique-id": "^5.0.3",
"styled-components": "^6.1.8"
}
}