-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
31 lines (31 loc) · 876 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
{
"scripts": {
"dev": "vite",
"build": "vite build",
"deploy": "npm run build && npx netlify deploy --dir=./dist --message=\"$(git log -1 --pretty=format:'(%h) %s%n%n%bAuthor: %an <%ae>%nDate: %ad%nBranch: %D')\" --prod --site=heroicons.dev"
},
"dependencies": {
"@types/lodash": "^4.14.202",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"the-new-css-reset": "^1.8.2"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@unocss/transformer-variant-group": "^0.48.0",
"@vitejs/plugin-react": "^3.0.0",
"esbuild": "^0.16.16",
"eslint": "^8.31.0",
"eslint-config-react-app": "^7.0.1",
"netlify-cli": "^17.10.1",
"playwright": "^1.29.1",
"sass": "^1.57.1",
"styled-jsx": "^5.1.1",
"typescript": "^4.9.3",
"unocss": "^0.48.0",
"vite": "^4.0.0"
}
}