Kebe77 commited on
Commit
50e97af
·
verified ·
1 Parent(s): 8a4a0f2

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +17 -0
package.json CHANGED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "mouride-library",
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
+ "react": "^18",
13
+ "react-dom": "^18",
14
+ "next": "14.1.0",
15
+ "lucide-react": "^0.330.0"
16
+ }
17
+ }