source: package.json@ 6568bde

main
Last change on this file since 6568bde was 6568bde, checked in by SimonAnastasov <simonanastasov2001@…>, 2 years ago

Initial commit from Create Next App

  • Property mode set to 100644
File size: 371 bytes
Line 
1{
2 "name": "caessino2",
3 "version": "0.1.0",
4 "private": true,
5 "scripts": {
6 "dev": "next dev",
7 "build": "next build",
8 "start": "next start",
9 "lint": "next lint"
10 },
11 "dependencies": {
12 "next": "12.1.6",
13 "react": "18.1.0",
14 "react-dom": "18.1.0"
15 },
16 "devDependencies": {
17 "eslint": "8.15.0",
18 "eslint-config-next": "12.1.6"
19 }
20}
Note: See TracBrowser for help on using the repository browser.