-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1015 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
40
41
{
"name": "xania-examples",
"description": "description",
"version": "0.0.0",
"author": "Ibrahim ben Salah",
"scripts": {
"ssr": "npx tsx vite.server.ts",
"start": "npx vite",
"build": "npx vite build --emptyOutDir",
"cli": "npx tsx --watch cli/index.ts"
},
"files": [
"dist"
],
"devDependencies": {
"@rollup/plugin-typescript": "^10.0.1",
"@rollup/pluginutils": "^5.0.2",
"@swc/cli": "^0.1.59",
"@swc/core": "^1.3.26",
"@types/estree": "^1.0.0",
"@types/express": "^4.17.15",
"@types/node": "^18.11.16",
"enquirer": "^2.3.6",
"esbuild-sass-plugin": "^2.4.5",
"express": "^4.18.2",
"kleur": "4.1.5",
"prettier": "latest",
"rollup-plugin-typescript-paths": "^1.4.0",
"sass": "^1.57.1",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"vite": "latest",
"vite-node": "^0.27.1"
},
"license": "MIT",
"dependencies": {
"@material/elevation": "^14.0.0",
"rxjs": "^7.6.0"
}
}