LPX55 commited on
Commit
e0b98a6
·
verified ·
1 Parent(s): b2f6619

Upload package.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. package.json +29 -0
package.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "tma-miniapp",
3
+ "version": "1.0.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.0",
13
+ "react": "^18.3.0",
14
+ "react-dom": "^18.3.0",
15
+ "@twa-dev/sdk": "^7.2.0",
16
+ "@twa-dev/types": "^7.2.0"
17
+ },
18
+ "devDependencies": {
19
+ "@types/node": "^20.11.0",
20
+ "@types/react": "^18.2.0",
21
+ "@types/react-dom": "^18.2.0",
22
+ "autoprefixer": "^10.4.17",
23
+ "eslint": "^8.56.0",
24
+ "eslint-config-next": "14.2.0",
25
+ "postcss": "^8.4.33",
26
+ "tailwindcss": "^3.4.1",
27
+ "typescript": "^5.3.3"
28
+ }
29
+ }