-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 902 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
{
"name": "oc-template-solid",
"version": "0.1.3",
"description": "oc-template-solid",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"repository": {
"type": "git",
"url": "https://github.com/opencomponents/vite-templates.git"
},
"bugs": {
"url": "https://github.com/opencomponents/vite-templates/issues"
},
"homepage": "https://github.com/opencomponents/vite-templates#readme",
"keywords": [
"oc",
"opencomponents",
"solid",
"oc-template"
],
"author": {
"name": "Ricardo Devis Agullo",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"minimal-request": "3.0.0",
"nice-cache": "0.0.5",
"oc-generic-template-renderer": "2.0.9",
"solid-js": "^1.8.21"
},
"files": [
"dist/**"
]
}