-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 2.8 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "tabpage",
"description": "My work tab page application",
"author": {
"name": "Reed Vogt",
"email": "reedvogt1999@gmail.com",
"url": "https://reedvogt.com/"
},
"license": "MIT",
"version": "0.1.0",
"private": true,
"homepage": ".",
"repository": {
"type": "git",
"url": "https://github.com/reedoooo/tabpage"
},
"bugs": {
"url": "https://github.com/reedoooo/tabpage/issues"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "^2.7.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"api": "^5.0.8",
"axios": "^1.4.0",
"dotenv": "^16.1.4",
"framer-motion": "^10.12.16",
"jwt-decode": "^3.1.2",
"prettier-eslint": "^15.0.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-cookies": "^0.1.1",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-router-dom": "^6.11.1",
"react-scripts": "^5.0.1",
"react-spring": "^9.7.1",
"react-three-fiber": "^6.0.13",
"three": "^0.153.0",
"three-orbitcontrols": "^2.110.3",
"use-debounce": "^9.0.4",
"web-vitals": "^2.1.4"
},
"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",
"lint": "eslint src/**/*.{js,jsx} --no-ignore"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.10",
"@babel/eslint-plugin": "7.22.5",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-jsx": "7.22.5",
"@babel/plugin-transform-runtime": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@iconify/icons-logos": "^1.2.33",
"@iconify/react": "^4.1.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"eslint": "^8.47.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.33.2",
"mini-css-extract-plugin": "^2.7.6",
"prettier": "^2.8.8",
"prettier-eslint": "^15.0.1",
"sass": "^1.63.6",
"typescript": "^4.9.5"
}
}