-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 947 Bytes
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "project-x-tea",
"description": "project x tea",
"version": "0.0.5",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"homepage": "https://www.google.com/",
"dependencies": {
"are-arrays": "^1.0.0",
"are-objects": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4",
"spark-station-douff": "^0.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/haiban99200/project-x-tea.git"
},
"scripts": {
"build": "tsup"
},
"keywords": [
"tea",
"x",
"project",
"oss",
"testnet",
"package"
],
"author": "haiban99200",
"license": "MIT",
"devDependencies": {
"tsup": "^8.0.2",
"typescript": "^5.3.3"
}
}