-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.94 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"private": true,
"name": "chaptered-website",
"version": "0.0.1",
"description": "",
"scripts": {
"build:tailwind": "tailwind build src/styles/tailwind.index.css -o src/styles/tailwind.css",
"build:vite": "cross-env DEBUG=vite-plugin-pwa:* vite build",
"build": "run-s build:tailwind build:vite",
"dev": "vite --mode development",
"local": "vite --mode localhost",
"serve": "vite preview --mode production",
"start": "vite --mode localhost",
"cu": "ncu",
"cu:fix": "ncu -u",
"format": "prettier . --write --ignore-unknown"
},
"author": {
"name": "Chris Spiegl",
"email": "chris@chrisspiegl.com",
"url": "https://chrisspiegl.com/"
},
"license": "UNLICENSED",
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.0.0",
"@popperjs/core": "^2.11.2",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.2",
"@vitejs/plugin-vue": "^2.2.2",
"@vue/compiler-sfc": "^3.2.31",
"autoprefixer": "^10.4.2",
"chaptered": "github:chrisspiegl/chaptered",
"clipboard": "^2.0.10",
"cross-env": "^7.0.3",
"deepmerge": "^4.2.2",
"dompurify": "^2.3.6",
"marked": "^4.0.12",
"nightwind": "^1.1.12",
"npm-check-updates": "^12.4.0",
"npm-run-all": "^4.1.5",
"nprogress": "^0.2.0",
"postcss": "^8.4.6",
"postcss-nested": "^5.0.6",
"pug": "^3.0.2",
"sweetalert2": "^11.4.4",
"tailwindcss": "^3.0.23",
"throttle-debounce": "^3.0.1",
"vee-validate": "^4.5.9",
"vite": "^2.8.4",
"vite-plugin-pwa": "^0.11.13",
"vue": "^3.2.31",
"vue-contenteditable": "^3.0.4",
"vue-router": "^4.0.12",
"vue3-click-away": "^1.2.1",
"vuex": "^4.0.2",
"vuex-router-sync": "^6.0.0-rc.1",
"xo": "^0.48.0",
"yup": "^0.32.11"
},
"publishConfig": {
"registry": "https://npm.spiegl.co/",
"access": "restricted"
}
}