-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.12 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
48
{
"name": "rundev",
"version": "0.4.0",
"private": true,
"description": "Rundev is a Markdown editor preview, Javascript runtime on the web",
"author": {
"name": "Luis Gabriel Janco",
"email": "[email protected]",
"url": "https://github.com/LuiSauter"
},
"repository": {
"type": "git",
"url": "[email protected]:rundevs/rundev.git"
},
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"co": "sui-mono commit"
},
"dependencies": {
"@monaco-editor/react": "4.4.5",
"eslint-config-next": "^13.5.2",
"js-base64": "3.7.2",
"mongoose": "6.5.1",
"next": "^13.5.2",
"next-auth": "^4.23.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "4.4.0",
"react-split-grid": "1.0.4"
},
"devDependencies": {
"@s-ui/mono": "^2.31.0",
"autoprefixer": "^10.4.8",
"highlight.js": "11.6.0",
"marked": "4.0.18",
"postcss": "^8.4.16",
"standard": "17.0.0",
"tailwindcss": "^3.3.1"
},
"eslintConfig": {
"extends": [
"./node_modules/standard/eslintrc.json"
]
}
}