-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
56 lines (56 loc) · 1.66 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
{
"name": "nad",
"private": true,
"author": "YanagiEiichi <[email protected]>",
"license": "MIT",
"workspaces": [
"packages/*"
],
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-flow": "^7.24.1",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/plugin-transform-runtime": "^7.24.3",
"@huolala-tech/custom-error": "^1.0.0",
"@huolala-tech/hooks": "^1.0.0",
"@huolala-tech/nad-builder": "^1.0.4",
"@huolala-tech/request": "^1.1.4",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/jest": "^29.5.12",
"@types/marked": "^5.0.2",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"ahooks": "^3.7.11",
"antd": "^5.16.4",
"classnames": "^2.5.1",
"eslint": "^9.1.1",
"eslint-config-react": "^1.1.7",
"eslint-config-react-app": "^7.0.1",
"highlight.js": "^11.9.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lerna": "^8.1.2",
"marked": "^12.0.2",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.23.0",
"react-router-dom": "^6.23.0",
"react-scripts": "5.0.1",
"rollup": "^4.16.4",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"sass": "^1.75.0",
"ts-jest": "^29.1.2",
"typescript": "<5.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/HuolalaTech/nad.git"
}
}