-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.37 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
74
75
76
77
78
79
80
81
82
{
"dependencies": {
"compression": "^1.7.4",
"cookie": "^0.5.0",
"date-fns": "^2.29.3",
"etag": "^1.8.1",
"hoist-non-react-statics": "^3.3.2",
"image-size": "^1.0.2",
"jsonwebtoken": "^8.5.1",
"marked": "^4.2.2",
"minimatch": "^3.1.2",
"node-fetch": "^3.2.10",
"path-to-regexp": "^6.2.1",
"qrcode": "^1.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"serve-handler": "^6.1.3",
"uuid": "^9.0.0"
},
"scripts": {
"test": "npx prettier --check . && npx tsc -p ./client && npx eslint . && npx stylelint --max-warnings 2 ./client/**/*.css"
},
"stylelint": {
"extends": [
"stylelint-config-standard",
"stylelint-config-prettier"
],
"rules": {
"selector-class-pattern": [
"^([a-z]+(?:-[a-z]+)*)(__[a-z]+)*(--[a-z]+)*$",
{
"message": "expected pattern: ^([a-z]+(?:-[a-z]+)*)(__[a-z]+)*(--[a-z]+)*$"
}
]
}
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@types/node": "^18.11.9",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@typescript-eslint/typescript-estree": "^5.42.0",
"acorn": "^8.8.0",
"acorn-walk": "^8.2.0",
"babel-loader": "^8.2.5",
"buffer": "^6.0.3",
"bundle-stats-webpack-plugin": "^4.1.2",
"clear-require-cache": "^2.0.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.1.0",
"esbuild": "^0.16.3",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.31.10",
"find-package-json": "^1.2.0",
"imagemin": "^8.0.1",
"imagemin-webp": "^7.0.0",
"mini-css-extract-plugin": "^2.6.1",
"nodemon": "^2.0.20",
"path-browserify": "^1.0.1",
"pinyin": "^3.0.0-alpha.5",
"prettier": "^2.7.1",
"process": "^0.11.10",
"serve": "^14.0.1",
"stream-browserify": "^3.0.0",
"stylelint": "^14.15.0",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-standard": "^29.0.0",
"tap-browser-color": "^0.1.2",
"tape": "^5.6.1",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1",
"weui": "^2.5.14"
}
}