-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "hear-changes-2.0",
"version": "1.0.0",
"description": "",
"source": "./client/index.html",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "parcel",
"build": "parcel build",
"build-launch": "npx parcel",
"check": "tsc --noEmit",
"lint": "eslint",
"test": "echo \"Error: no test specified\" && exit 1",
"ci": "yarn build && yarn test && yarn lint && yarn check"
},
"keywords": [],
"author": "Meredith Frazier Britt",
"license": "ISC",
"devDependencies": {
"@parcel/transformer-sass": "^2.10.3",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"eslint-plugin-react": "^7.33.2",
"parcel": "^2.10.3",
"process": "^0.11.10",
"typescript": "^5.2.2"
},
"dependencies": {
"@mui/base": "^5.0.0-beta.23",
"browser-or-node": "^2.1.1",
"date-fns": "^2.30.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.18.0",
"tailwindcss": "^3.3.5"
}
}