-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 3.76 KB
/
package.json
File metadata and controls
121 lines (121 loc) · 3.76 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
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "nameless-yi-jing",
"version": "0.6.13",
"description": "An interactive, graphic resource for and paean to 易經 (Yìjīng, and often I Ching) the Classic Book of Changes, wherein one can see the glorious symmetries of the perfect Octals, decode the binary of the hexagrams, pronounce the Pinyin, and peruse scholarly interpretations.",
"license": "MIT",
"main": "main.ts",
"repository": {
"type": "git",
"url": "https://github.com/krry/nameless.quest.git"
},
"scripts": {
"build": "vite build",
"build:local": "npm run clean && npm run lint && vite build",
"clean": "rimraf dist && npm run clean:sw",
"clean:sw": "rimraf public/sw* public/workbox-*",
"commit": "cz",
"deploy": "npm run pre-deploy && netlify deploy",
"dev": "vite --port 2022 --open",
"format": "prettier --write --plugin-search-dir=. .",
"https-preview": "npm run build:local && serve dist",
"lint": "eslint src --ext vue,ts",
"pre-commit": "npm run format",
"pre-deploy": "npm run tidy && npm run build:local",
"prepare": "husky install",
"pre-push": "npm run lint && npm run build:local",
"preview": "npm run build:local && npm run serve",
"pre-release": "npm run build && standard-version",
"release": "npm run pre-release && netlify deploy --prod",
"serve": "vite preview --port 2021",
"ship": "git add . && npm run commit && npm run pre-release",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"tidy": "npm run format && npm run lint"
},
"config": {
"commitizen": {
"name": "cz_conventional_commits",
"path": "./node_modules/cz-conventional-changelog",
"version": "1.0.0",
"tag_format": "$version"
}
},
"dependencies": {
"@feedback-fish/vue": "^1.0.1",
"@supabase/supabase-js": "^2.41.0",
"postcss-extend-rule": "^3.0.0",
"postcss-nested": "^5.0.6",
"sharp": "^0.29.3",
"vue": "^3.2.21",
"vue-contenteditable": "^3.0.4",
"vue-router": "4",
"vue-scrollto": "^2.20.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^14.1.0",
"@commitlint/cz-commitlint": "^14.1.0",
"@commitlint/prompt": "^14.1.0",
"@types/node": "^16.11.7",
"@types/sharp": "^0.29.3",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"@vitejs/plugin-vue": "^1.9.4",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"@vue/eslint-config-typescript": "^9.0.1",
"@vue/test-utils": "^2",
"@vuedx/compiler-sfc": "^0.7.1",
"@vuedx/typecheck": "^0.7.4",
"@vuedx/typescript-plugin-vue": "^0.7.4",
"@vueuse/core": "^6.8.0",
"@vueuse/head": "^0.6.0",
"browserslist": "^4.17.6",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-vue": "^8.0.3",
"happy-dom": "^20.5.0",
"https-localhost": "^4.7.0",
"husky": "7.0.4",
"inquirer": "^8.2.0",
"postcss": "^8.3.11",
"postcss-advanced-variables": "^3.0.1",
"postcss-font-magician": "^3.0.0",
"postcss-import": "^14.0.2",
"postcss-modules": "^4.2.2",
"postcss-normalize": "^9.0.0",
"postcss-preset-env": "^6.7.0",
"precss": "^4.0.0",
"prettier": "^2.4.1",
"pug": "^3.0.2",
"rimraf": "^3.0.2",
"rollup": "^2.60.0",
"sanitize.css": "12.0.1",
"standard-version": "^9.3.2",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^20.0.0",
"typescript": "^4.4.4",
"vite": "^2.6.14",
"vite-plugin-pwa": "^0.11.3",
"vite-plugin-replace": "^0.1.1",
"vitest": "^4.0.18",
"workbox-build": "^6.3.0",
"workbox-window": "^6.3.0"
},
"browserslist": [
"defaults"
],
"peerDependencies": {
"commitizen": "^4.2.4",
"inquirer": "^8.2.0",
"rollup": "^2.59.0",
"workbox-build": "^6.3.0",
"workbox-window": "^6.3.0"
},
"resolutions": {
"sanitize.css": "12.0.1"
}
}