-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 970 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 970 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
32
33
34
35
36
37
{
"name": "ofidcrypt.github.io",
"version": "1.0.0",
"description": "Centralized repository dedicated to public pages and primary site URL.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ofidcrypt/ofidcrypt.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/ofidcrypt/ofidcrypt.github.io/issues"
},
"homepage": "https://github.com/ofidcrypt/ofidcrypt.github.io#readme",
"dependencies": {
"@phantom/browser-sdk": "^2.0.2",
"buffer": "^6.0.3",
"utf-8-validate": "^5.0.10"
},
"devDependencies": {
"vite": "^8.0.16",
"vite-plugin-node-polyfills": "^0.28.0",
"vite-plugin-static-copy": "^4.1.1"
}
}