-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.23 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
{
"name": "code-in-the-dark",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --check --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .gitignore ."
},
"dependencies": {
"ace-builds": "1.32.7",
"classnames": "2.5.1",
"framer-motion": "11.0.8",
"next": "14.1.2",
"query-string": "7.1.1",
"react": "18.2.0",
"react-ace": "10.1.0",
"react-countdown": "^2.3.5",
"react-dom": "18.2.0",
"react-hook-form": "7.29.0",
"sass": "1.71.1",
"swr": "1.2.2",
"use-debounce": "7.0.1",
"zustand": "4.5.2",
"zustand-persist": "0.4.0"
},
"devDependencies": {
"@types/node": "20.11.24",
"@types/react": "18.2.62",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "8.12.0",
"eslint-config-next": "14.1.2",
"eslint-config-prettier": "9.1.0",
"prettier": "3.2.5",
"typescript": "5.3.3"
},
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
}