forked from Ishadijcks/MooLite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.14 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.14 KB
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": "moolite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build-dev": "tsx ./build-dev.ts",
"preview": "vite preview",
"lint": "prettier --write src",
"lint:check": "prettier --check src",
"semantic-release": "semantic-release",
"story:dev": "histoire dev",
"story:build": "histoire build",
"story:preview": "histoire preview"
},
"dependencies": {
"strongly-typed-events": "^3.0.9",
"vue": "^3.2.47"
},
"devDependencies": {
"@histoire/plugin-vue": "^0.16.1",
"@semantic-release/exec": "^6.0.3",
"@types/node": "^18.16.0",
"@vitejs/plugin-vue": "^4.1.0",
"autoprefixer": "^10.4.14",
"histoire": "^0.16.2",
"postcss": "^8.4.23",
"prettier": "2.8.8",
"semantic-release": "^21.0.2",
"tailwindcss": "^3.3.1",
"tsx": "^3.12.7",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"vite-plugin-monkey": "^3.1.4",
"vue-tsc": "^1.2.0"
}
}