-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
28 lines (28 loc) · 1.36 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
{
"name": "korea-app",
"version": "1.0.0",
"description": "``` ┌───────────────────────────────────────────────┐ _ __ _ ___ ___ _ __ _ __ ___ (_) ___ / _` |/ _ \\ / _ \\| '__| '_ ` _ \\ | |/ _ \\ | (_| | (_) | (_) | | | | | | | |_| | (_) | \\__, |\\___/ \\___/|_| |_| |_| |_(_)_|\\___/ |___/ \t\t\t 🌩 𝘼𝙣𝙮𝙤𝙣𝙚 𝙘𝙖𝙣 𝙙𝙚𝙫𝙚𝙡𝙤𝙥! └───────────────────────────────────────────────┘ ```",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/index.js",
"backend": "nodemon server/index.js",
"dev": "concurrently \"npm run backend\" \"npm run start --prefix client\""
},
"author": "hyunsikjo",
"license": "ISC",
"dependencies": {
"apexcharts": "^3.35.4",
"body-parser": "^1.20.0",
"concurrently": "^7.2.1",
"cors": "^2.8.5",
"express": "^4.18.1",
"mysql": "^2.18.1",
"react-apexcharts": "^1.4.0",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"nodemon": "^2.0.16"
}
}