forked from estebanrfp/gun.eco
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 795 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 795 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
{
"name": "gun.eco",
"version": "2.0.0",
"description": "gun.eco multilanguage application",
"private": true,
"scripts": {
"dev": "vite --port 3000",
"build": "vite build",
"serve": "vite preview --port 3000"
},
"author": "Esteban Fuster Pozzi <estebanrfp@gmail.com>",
"license": "MIT",
"devDependencies": {
"eslint": "^9.7.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.4.0",
"eslint-plugin-standard": "^4.1.0",
"rollup-plugin-copy": "3.5.0",
"vite": "5.3.3",
"vite-plugin-pwa": "0.20.0"
},
"dependencies": {
"brace": "^0.11.1",
"highlight.js": "11.5.0",
"marked": "4.0.12"
},
"engines": {
"node": ">=0.12"
}
}