-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1 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
{
"name": "pinscreen",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.11.15",
"@reduxjs/toolkit": "^1.9.3",
"axios": "^1.3.4",
"dayjs": "^1.11.7",
"jquery": "^3.6.4",
"next": "^13.2.4",
"react": "18.2.0",
"react-color": "^2.19.3",
"react-dom": "18.2.0",
"react-player": "^2.12.0",
"react-redux": "^8.0.5",
"redux": "^4.2.1",
"redux-devtools": "^3.7.0",
"rgb-hex": "^4.0.1",
"sass": "^1.61.0"
},
"devDependencies": {
"@types/jquery": "^3.5.16",
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-color": "^3.0.6",
"@types/react-dom": "18.0.6",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"ts-node": "^10.9.1",
"typescript": "5.0.4"
}
}