-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.46 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.46 KB
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
48
49
50
51
52
53
54
55
56
57
{
"name": "dawson-personal-website",
"version": "1.0.0",
"homepage": "https://www.dawson0xff.com",
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.0",
"@reduxjs/toolkit": "^1.9.0",
"dawson-personal-website": "file:",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.4.0",
"react-scripts": "5.0.1",
"redux": "^5.0.1"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.11",
"autoprefixer": "^10.4.18",
"gh-pages": "^4.0.0",
"jest": "29.7.0",
"postcss": "^8.4.35",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^10.1.5",
"tailwindcss": "^3.4.1",
"typescript": "4.9.5",
"webpack-cli": "^5.0.1"
},
"scripts": {
"start": "react-scripts start",
"test": "react-scripts test",
"lint": "eslint .",
"format-check": "prettier --check .",
"format-fix": "prettier --write .",
"lint:fix": "eslint . --fix",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}