-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 838 Bytes
/
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
{
"name": "algospace",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/material": "^5.10.2",
"@reduxjs/toolkit": "^1.8.5",
"@vercel/analytics": "^0.1.5",
"dateformat": "^5.0.3",
"next": "^13.0.1",
"next-seo": "^5.14.0",
"p5": "^1.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-nprogress": "^0.1.6",
"react-p5": "^1.3.31",
"react-redux": "^8.0.2",
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"eslint": "8.23.0",
"eslint-config-next": "^13.0.1",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8"
}
}