forked from girlspowertech/girlspowertech.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.07 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
{
"name": "girlspowertech",
"description": "The homepage for our program",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "vite --host",
"build": "vite build && cp CNAME dist/CNAME",
"deploy": "pnpm build && gh-pages -d dist",
"deploy-preview": "pnpm build && gh-pages -d dist -b gh-pages-preview"
},
"dependencies": {
"axios": "^1.3.4",
"classnames": "^2.5.1",
"framer-motion": "^11.3.8",
"path": "^0.12.7",
"process": "^0.11.10",
"react": "18.2.0",
"react-crossword": "git+https://github.com/anig1scur/react-crossword.git",
"react-dom": "18.2.0",
"react-router-dom": "6.4.3",
"yaml": "^2.4.5"
},
"devDependencies": {
"@types/node": "18.0.0",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "10.4.13",
"eslint": "8.23.1",
"gh-pages": "^6.1.1",
"hex-to-css-filter": "^5.4.0",
"react-markdown": "^9.0.1",
"remark-gfm": "^4.0.0",
"sass": "1.54.9",
"typescript": "4.8.3",
"vite": "^5.3.1"
}
}