-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 2.02 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
73
{
"name": "langri-sha.com",
"version": "0.0.0",
"private": true,
"homepage": "https://langri-sha.com",
"bugs": {
"url": "https://github.com/langri-sha/langri-sha.com/issues"
},
"repository": {
"type": "git",
"url": "langri-sha/langri-sha.com"
},
"license": "MIT",
"author": {
"name": "Filip Dupanović",
"email": "[email protected]",
"url": "https://langri-sha.com",
"organization": false
},
"type": "module",
"main": "src/index.ts",
"scripts": {
"build": "pnpm run --filter @langri-sha/web build",
"change": "npx projen change",
"default": "npx projen default",
"prepare": "husky",
"renovate": "npx projen renovate",
"start": "pnpm run --filter @langri-sha/web start",
"test": "pnpm run --filter @langri-sha/web test"
},
"dependencies": {
"@babel/core": "7.25.2",
"@babel/register": "7.24.6",
"@types/babel__core": "7.20.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"webpack": "5.94.0",
"webpack-cli": "5.1.4"
},
"devDependencies": {
"@langri-sha/babel-preset": "workspace:*",
"@langri-sha/eslint-config": "workspace:*",
"@langri-sha/jest-config": "workspace:*",
"@langri-sha/lint-staged": "workspace:*",
"@langri-sha/prettier": "workspace:*",
"@langri-sha/projen-project": "workspace:*",
"@langri-sha/schemastore-to-typescript": "workspace:*",
"@langri-sha/tsconfig": "workspace:*",
"@swc-node/register": "1.10.9",
"@swc/core": "1.7.22",
"@types/lint-staged": "13.3.0",
"@types/node": "20.16.3",
"beachball": "2.45.0",
"eslint": "9.9.1",
"husky": "9.1.5",
"jest": "29.7.0",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"projen": "0.86.5",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"vitest": "2.0.5"
},
"packageManager": "[email protected]",
"engines": {
"node": ">= 20.12.0",
"pnpm": ">=9.0.0"
},
"publishConfig": {
"access": "public"
},
"//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
}