-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.82 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
{
"name": "moyu-free-code",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "turbo run build --filter @moyu-code/client",
"test": "echo \"Error: no test specified\" && exit 1",
"lint:js": "eslint --ext .js,.jsx,.ts,.tsx ./",
"lint:fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moyu-developer/moyu-free-code.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/moyu-developer/moyu-free-code/issues"
},
"homepage": "https://github.com/moyu-developer/moyu-free-code#readme",
"devDependencies": {
"@rollup/plugin-replace": "^4.0.0",
"@size-limit/preset-small-lib": "^7.0.8",
"@types/react": "17.0.39",
"@types/react-dom": "^18.0.5",
"@types/react-redux": "^7.1.24",
"@types/redux": "^3.6.0",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"autoprefixer": "^10.4.5",
"babel-plugin-module-resolver": "^4.1.0",
"cssnano": "^5.1.7",
"eslint": "^8.11.0",
"eslint-config-standard": "^16.0.3",
"eslint-config-standard-jsx": "^10.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.49.7",
"size-limit": "^7.0.8",
"tsdx": "^0.14.1",
"tslib": "^2.3.1",
"turbo": "^1.4.3",
"typescript": "^4.3.2"
},
"dependencies": {
"@tabler/icons": "^1.64.0",
"ahooks": "^3.4.0",
"antd": "^4.20.6",
"axios": "^0.26.1",
"classnames": "^2.3.1",
"immutability-helper": "^3.1.1",
"lodash-es": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-vant": "^2.0.0-alpha.31",
"tabler-icons-react": "^1.48.0"
}
}