-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 904 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
42
{
"name": "wrap-aware",
"version": "1.0.6",
"author": "Chase Giunta",
"repository": {
"type": "git",
"url": "git+https://github.com/chasegiunta/wrap-aware.git"
},
"main": "dist/index.js",
"module": "dist/index.js",
"devDependencies": {
"@tailwindcss/forms": "^0.5.8",
"@vitejs/plugin-vue": "^5.1.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.44",
"shiki": "^1.16.1",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.3",
"vite": "^5.4.1",
"vue-tsc": "^2.1.4"
},
"peerDependencies": {},
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js"
}
},
"files": [
"dist",
"README.md"
],
"keywords": [],
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build --mode library",
"build:docs": "vite build",
"preview": "vite preview"
},
"type": "module"
}