-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 832 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 832 Bytes
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
{
"name": "start-page",
"version": "2.3.1",
"private": true,
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build",
"export": "next export",
"lint": "next lint",
"format": "prettier . --write"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"eslint": "<8.35.0",
"eslint-config-next": "13.2.1",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"tailwindcss": "^3.2.7"
},
"dependencies": {
"@fontsource/fira-code": "^4.5.13",
"@iconify/react": "^4.1.0",
"ace-builds": "^1.15.3",
"moment": "^2.29.4",
"next": "13.1.6",
"one-theme-ace": "^0.5.0",
"react": "18.2.0",
"react-ace": "^10.1.0",
"react-device-detect": "^2.2.2",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.3"
}
}