-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 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
{
"name": "@jumplink/cv",
"version": "2.0.0",
"type": "module",
"description": "",
"main": "./src/ts/main.ts",
"module": "src/ts/main.ts",
"source": "src/ts/main.ts",
"private": true,
"scripts": {
"build": "vite build --mode production",
"build:dev": "vite build --mode development",
"watch": "yarn build:dev --watch --mode development",
"start": "concurrently 'yarn:watch' 'yarn:preview'",
"hmr": "vite serve",
"preview": "vite preview",
"clear": "rm -rf ./dist",
"test": "jest"
},
"files": [
"src"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@ribajs/tsconfig": "2.0.0-rc.21",
"@yarnpkg/pnpify": "^4.1.3",
"concurrently": "^9.1.0",
"rollup-plugin-pug": "^1.1.1",
"sass": "^1.82.0",
"typescript": "5.7.2",
"vite": "^6.0.3",
"vite-plugin-markdown": "^2.2.0",
"vite-plugin-static-copy": "^2.2.0",
"yaml": "^2.6.1"
},
"dependencies": {
"@modyfi/vite-plugin-yaml": "^1.1.0",
"@ribajs/bs5": "2.0.0-rc.21",
"@ribajs/core": "2.0.0-rc.21",
"@ribajs/extras": "2.0.0-rc.21",
"@ribajs/i18n": "2.0.0-rc.21",
"@ribajs/iconset": "2.0.0-rc.21",
"@ribajs/types": "2.0.0-rc.21",
"@ribajs/utils": "2.0.0-rc.21",
"bootstrap": "^5.3.3"
},
"packageManager": "[email protected]"
}