-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.87 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "portfolio",
"version": "1.0.0",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.3.6",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/react-redux": "^7.1.9",
"animate.css": "^4.1.0",
"axios": "^0.26.1",
"i18next": "^21.6.14",
"i18next-browser-languagedetector": "^6.1.4",
"pattern.css": "^1.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.7.0",
"react-icons": "^4.3.1",
"react-redux": "^7.2.0",
"react-scripts": "5.0.0",
"react-spinners": "^0.11.0",
"typescript": "^4.6.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"tailwind:css": "tailwind build -i ./src/tailwind.css -c tailwind.config.js -o ./src/index.css",
"lint": "eslint './src/**/*.{ts, tsx}'"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"homepage": "https://melanchoy14.github.io/portfolio",
"devDependencies": {
"@types/webpack-env": "^1.15.2",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"autoprefixer": "^10.4.4",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-prettier": "^4.0.0",
"gh-pages": "^3.0.0",
"postcss": "^8.4.12",
"prettier": "^2.0.5",
"tailwindcss": "^3.0.23"
}
}