forked from Dun-sin/Code-Magic
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.62 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
{
"name": "Code-Magic",
"private": true,
"version": "0.0.0-development",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run",
"semantic-release": "semantic-release --branches main",
"lint": "eslint --ext .js,.ts .",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"",
"prepare": "husky install"
},
"devDependencies": {
"@types/dom-to-image": "^2.6.4",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"@vitest/ui": "^0.28.5",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"husky": "^8.0.0",
"prettier": "2.7.1",
"pretty-quick": "^3.1.3",
"semantic-release": "^19.0.3",
"typedoc": "^0.23.15",
"typescript": "^4.5.4",
"vite": "^2.9.9",
"vitest": "^0.28.5"
},
"dependencies": {
"@s-r0/eggy-js": "^1.3.4",
"copy-to-clipboard": "^3.3.1",
"dom-to-image": "^2.6.0",
"filepond": "^4.30.4",
"filepond-plugin-image-preview": "^4.6.11",
"filepond-plugin-image-resize": "^2.0.10",
"filepond-plugin-image-transform": "^3.8.7",
"happy-dom": "^8.3.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"repository": {
"type": "git",
"url": "https://github.com/Dun-sin/Code-Magic.git"
}
}