-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
126 lines (126 loc) · 4.01 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "libel",
"namespace": "libel",
"displayName": "Libel",
"version": "3.10.0",
"description": "Label users on LIHKG",
"author": "LibelDev <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/LibelDev/libel"
},
"homepage": "https://LibelDev.github.io/libel",
"license": "MIT",
"engines": {
"node": ">=14",
"pnpm": ">=7.1.0"
},
"scripts": {
"clean": "rm -rf dist",
"dev": "NODE_ENV=development webpack serve --config ./config/webpack/webpack.config.dev.ts",
"dev:main": "pnpm dev --config-name main",
"dev:egg": "EGG=true pnpm dev --config-name egg",
"proxy": "node proxy/server.js",
"test": "jest",
"test:watch": "pnpm test --watch",
"prebuild": "pnpm clean && pnpm type:scss",
"build": "pnpm prebuild && NODE_ENV=production webpack --config ./config/webpack/webpack.config.prod.ts",
"build:main": "pnpm build --config-name main",
"build:egg": "pnpm build --config-name egg",
"prerelease": "cz bump && cz ch && pnpm build && git add . && git commit --amend --no-edit",
"type:scss": "tsm \"src/**/*.module.scss\" --implementation sass --exportType default",
"type:scss:watch": "pnpm type:scss --watch",
"announce": "ts-node scripts/generate-announcement.ts"
},
"dependencies": {
"@floating-ui/react-dom": "^0.6.0",
"@fortawesome/fontawesome-free": "^6.1.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@kitce/react-use-fadeout-scroll": "^2.0.0",
"@reduxjs/toolkit": "^1.5.1",
"classnames": "^2.3.1",
"crypto-js": "^4.1.1",
"date-fns": "^2.27.0",
"debug": "^4.3.3",
"events": "^3.3.0",
"focus-trap-react": "^8.8.2",
"html2canvas": "^1.4.1",
"immer": "^8.0.1",
"joi": "^17.4.0",
"js-cookie": "^3.0.1",
"localforage": "^1.9.0",
"lodash": "^4.17.21",
"lz-string": "^1.3.34",
"mem": "^9.0.2",
"mustache": "^4.2.0",
"react": "^18.1.0",
"react-dnd": "^16.0.0",
"react-dnd-html5-backend": "^16.0.0",
"react-dom": "^18.1.0",
"react-redux": "^7.2.3",
"react-use": "^17.3.1",
"redux-persist": "^6.0.0",
"redux-state-sync": "^3.1.2",
"reselect": "^4.0.0",
"semver": "^7.3.5"
},
"devDependencies": {
"@svgr/webpack": "^6.2.1",
"@types/chance": "^1.1.3",
"@types/crypto-js": "^4.1.1",
"@types/debug": "^4.1.7",
"@types/gapi": "^0.0.41",
"@types/gapi.auth2": "^0.0.55",
"@types/gapi.client.drive": "^3.0.13",
"@types/gtag.js": "^0.0.8",
"@types/inquirer": "^8.2.1",
"@types/jest": "^27.4.1",
"@types/js-cookie": "^3.0.2",
"@types/lodash": "^4.14.168",
"@types/lz-string": "^1.3.34",
"@types/mustache": "^4.1.1",
"@types/node": "^12.18.3",
"@types/postcss-preset-env": "^6.7.2",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"@types/react-redux": "^7.1.24",
"@types/redux-state-sync": "^3.1.1",
"@types/sass": "^1.16.0",
"@types/semver": "^7.3.6",
"@types/tailwindcss": "^3.0.10",
"@types/uuid": "^8.3.4",
"@types/webpack-env": "^1.16.0",
"chance": "^1.1.8",
"css-loader": "^5.2.0",
"cssnano": "^5.1.4",
"dotenv": "^10.0.0",
"identity-obj-proxy": "^3.0.0",
"inquirer": "^8.2.1",
"jest": "^27.5.1",
"postcss": "^8.2.9",
"postcss-loader": "^5.2.0",
"postcss-preset-env": "^6.7.0",
"sass": "^1.32.10",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"tailwindcss": "^3.0.24",
"tiny-typed-emitter": "^2.1.0",
"ts-jest": "^27.1.3",
"ts-key-enum": "^2.0.8",
"ts-loader": "^8.1.0",
"ts-node": "^9.1.1",
"typed-scss-modules": "^4.1.1",
"typesafe-actions": "^5.1.0",
"typescript": "^4.6.3",
"utility-types": "^3.10.0",
"uuid": "^8.3.2",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1",
"webpack-merge": "^5.7.3",
"webpack-userscript": "^2.5.7"
}
}