-
-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.12 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.12 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
{
"name": "github-app",
"version": "0.4.15",
"description": "github-app - A reactive data client example",
"scripts": {
"lint": "yarn g:lint src --ext .ts,.tsx",
"format": "run lint --fix",
"test:type": "run tsc",
"start": "webpack serve --mode=development",
"start:prod": "yarn dlx serve dist",
"build:browser": "webpack --mode=production",
"build:analyze": "webpack --mode=production --env analyze",
"build:profile": "webpack --mode=production --env profile",
"test:pkg": "webpack --env check=nobuild"
},
"stackblitz": {
"startCommand": "npm start"
},
"engines": {
"node": ">=18.0"
},
"browserslist": "extends @anansi/browserslist-config",
"keywords": [
"anansi"
],
"main": "src/index.ts",
"types": "src/index.ts",
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"@anansi/babel-preset": "6.2.5",
"@anansi/browserslist-config": "1.7.2",
"@anansi/webpack-config": "21.0.2",
"@babel/core": "7.26.10",
"@linaria/babel-preset": "5.0.4",
"@linaria/core": "6.3.0",
"@linaria/react": "6.3.0",
"@linaria/shaker": "5.0.3",
"@types/lodash": "4.14.192",
"@types/parse-link-header": "^2.0.0",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.2",
"@types/uuid": "^10.0.0",
"react-refresh": "0.17.0",
"serve": "14.2.4",
"webpack": "5.99.5",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.1"
},
"dependencies": {
"@anansi/router": "0.10.13",
"@ant-design/icons": "^5.0.0",
"@babel/runtime-corejs3": "^7.26.7",
"@data-client/graphql": "^0.14.0",
"@data-client/img": "^0.14.15",
"@data-client/react": "^0.14.0",
"@data-client/rest": "^0.14.0",
"@js-temporal/polyfill": "^0.5.0",
"antd": "5.24.6",
"core-js": "^3.40.0",
"history": "^5.3.0",
"parse-link-header": "^2.0.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-error-boundary": "^5.0.0",
"react-markdown": "10.1.0",
"rehype-highlight": "7.0.2",
"remark-gfm": "^4.0.0",
"remark-remove-comments": "^1.0.1",
"uuid": "^11.0.0"
},
"packageManager": "yarn@4.9.0"
}