-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.38 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
{
"name": "crudman-next",
"version": "0.1.0",
"private": true,
"homepage": "https://crudman.netlify.app/",
"repository": {
"type": "git",
"url": "https://github.com/shu-vro/CrudMan.git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tsc": "clear && tsc",
"prettify": "prettier --config .prettierrc --ignore-path .prettierignore ./"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.9",
"@monaco-editor/react": "^4.4.5",
"ace-builds": "^1.37.1",
"axios": "^1.7.9",
"mustache": "^4.2.0",
"next": "12.1.5",
"numeral": "^2.0.6",
"react": "18.1.0",
"react-ace": "^10.1.0",
"react-dom": "18.1.0",
"react-icons": "^4.4.0",
"react-sortablejs": "^6.1.4",
"react-tooltip": "^4.2.21",
"sortablejs": "^1.15.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/numeral": "^2.0.2",
"@types/react": "^18.0.14",
"@types/sortablejs": "^1.13.0",
"@types/uuid": "^8.3.4",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"prettier": "^2.7.1",
"sass": "^1.53.0",
"typescript": "^5.7.2"
}
}