Manojsha9530 commited on
Commit
7208856
·
1 Parent(s): fc11735

Upload package.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. package.json +19 -0
package.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "modern-calculator",
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": "14.2.3",
13
+ "react": "^18",
14
+ "react-dom": "^18",
15
+ "autoprefixer": "latest",
16
+ "postcss": "latest",
17
+ "tailwindcss": "latest"
18
+ }
19
+ }