-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.46 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
{
"name": "@cluesurf/mark",
"version": "0.5.8",
"scripts": {
"make": "tsc && tsc-alias",
"move": "pnpm make && git add . && git commit -am 'save' && npm version patch && pnpm host && git push",
"scan": "concurrently --kill-others \"tsc -w\" \"tsc-alias -w\"",
"host": "rm -rf host && mkdir host && pnpm make && npm publish --access=public"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.18",
"@types/prettier": "^2.7.2",
"@types/xlsx": "^0.0.35",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"autoprefixer": "^10.4.16",
"csstype": "^3.1.1",
"eslint": "8.32.0",
"eslint-config-next": "13.1.5",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard-with-typescript": "^27.0.1",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.4",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-sort-exports": "^0.8.0",
"eslint-plugin-sort-keys": "^2.3.5",
"eslint-plugin-typescript-sort-keys": "^2.1.0",
"lodash": "^4.17.21",
"postcss": "^8.4.32",
"postcss-preset-env": "^9.3.0",
"prettier": "^2.8.2",
"ts-loader": "^9.5.1",
"tsx": "^4.7.0"
},
"dependencies": {
"@cluesurf/talk": "^1.4.4",
"@cluesurf/text": "^0.3.0",
"tsc-alias": "^1.8.8"
}
}