-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 730 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 730 Bytes
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
{
"name": "react-clone",
"version": "1.0.0",
"description": "",
"author": "Vinicius Lojhan",
"main": "index.tsx",
"scripts": {
"test": "poku test --sequential",
"test:watch": "poku test --watch --sequential",
"dev": "parcel index.html --open",
"ssr": "parcel src/ssr.tsx --port 4000",
"react": "parcel index.tsx --port 3000"
},
"keywords": [],
"license": "ISC",
"dependencies": {
"@types/node": "^20.8.10",
"parcel": "^2.10.1",
"typescript": "^5.2.2"
},
"devDependencies": {
"buffer": "^6.0.3",
"events": "^3.3.0",
"jsdom": "^29.0.2",
"poku": "^4.2.1",
"process": "^0.11.10",
"stream-http": "^3.2.0",
"tsx": "^4.21.0",
"url": "^0.11.3"
}
}