-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.21 KB
/
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
43
44
45
46
47
48
49
50
{
"name": "oc-vite-compiler",
"version": "3.8.5",
"description": "OC-Vite-Compiler",
"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"
],
"author": {
"name": "Ricardo Devis Agullo",
"email": "mkredz@gmail.com"
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.18.9",
"builtin-modules": "^3.3.0",
"cssesc": "^3.0.0",
"es-module-lexer": "^1.4.1",
"fs-extra": "^10.1.0",
"oc-generic-template-compiler": "^2.1.4",
"oc-hash-builder": "^1.0.5",
"oc-statics-compiler": "^2.1.1",
"oc-view-wrapper": "^1.0.6",
"oc-vite": "5.2.9",
"vite": "5.2.9",
"vite-plugin-environment": "^1.1.3"
},
"files": [
"dist/**"
],
"devDependencies": {
"@types/cssesc": "^3.0.2",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.9.0"
}
}