-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.01 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
{
"name": "online-code-editor",
"version": "1.0.0",
"description": "An Online Code editor",
"main": "app.js",
"scripts": {
"server": "nodemon app.js",
"client": "npm start --prefix frontend",
"start": "concurrently \"npm run server\" \"npm run client\"",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/N-liraj-khanna/Online-Code-Editor.git"
},
"author": "N LIRAJKHANNA",
"license": "ISC",
"bugs": {
"url": "https://github.com/N-liraj-khanna/Online-Code-Editor/issues"
},
"homepage": "https://github.com/N-liraj-khanna/Online-Code-Editor#readme",
"dependencies": {
"axios": "^1.2.2",
"body-parser": "^1.20.1",
"concurrently": "^7.6.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"qs": "^6.11.0",
"react-ace": "^10.1.0",
"react-dropdown": "^1.11.0"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}