-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
72 lines (72 loc) · 2.15 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
67
68
69
70
71
72
{
"name": "flat",
"description": "All-in-one image generation AI (to be...)",
"type": "module",
"version": "0.1.26",
"author": {
"name": "ddpn08",
"url": "https://me.ddpn.world"
},
"main": "dist/index.cjs",
"repository": {
"type": "git",
"url": "git+https://github.com/ddPn08/flat"
},
"files": [
"dist/**/*"
],
"scripts": {
"build": "node ./scripts/build.js",
"dev": "cross-env NODE_ENV=\"development\" pnpm build --bundle-only --run",
"eslint": "eslint src/**/*.{ts,tsx}",
"stylelint": "stylelint src/**/*.{ts,tsx}",
"prettier": "prettier src/**/*.{ts,tsx}",
"format-all": "pnpm eslint --fix & pnpm stylelint --fix & pnpm prettier --write"
},
"devDependencies": {
"@iconify-json/material-symbols": "^1.1.26",
"@stylelint/postcss-css-in-js": "^0.38.0",
"@types/adm-zip": "^0.5.0",
"@types/color": "^3.0.3",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"cross-env": "^7.0.3",
"electron": "^22.0.2",
"electron-builder": "^23.6.0",
"esbuild": "^0.17.0",
"esbuild-register": "^3.4.2",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.4",
"eslint-plugin-solid": "^0.9.3",
"eslint-plugin-unused-imports": "^2.0.0",
"postcss-syntax": "^0.36.2",
"prettier": "^2.8.3",
"stylelint": "^14.16.1",
"stylelint-config-idiomatic-order": "^9.0.0",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-standard": "^29.0.0",
"typescript": "^4.9.4",
"unplugin-icons": "^0.15.1",
"vite": "^4.0.4",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-solid": "^2.5.0"
},
"dependencies": {
"@solid-primitives/i18n": "^1.1.2",
"adm-zip": "^0.5.10",
"color": "^4.2.3",
"dayjs": "^1.11.7",
"decorock": "^0.1.8",
"electron-context-menu": "^3.6.1",
"eventemitter3": "^5.0.0",
"fast-glob": "^3.2.12",
"monaco-editor": "^0.34.1",
"node-fetch": "^3.3.0",
"simple-git": "^3.16.0",
"solid-js": "^1.6.9",
"yaml": "^2.2.1"
}
}