-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1011 Bytes
/
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
{
"name": "mildom-livechat-react",
"version": "1.0.0",
"description": "ミルダム・ライブチャットを復号化します",
"author": "coreizer <coreizer@outlook.com>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "react-scripts start",
"build": "react-scripts build"
},
"dependencies": {
"@mantine/core": "^7.3.2",
"@mantine/form": "^7.3.2",
"@mantine/hooks": "^7.3.2",
"autoprefixer": "^10.4.12",
"buffer": "^6.0.3",
"dayjs": "^1.11.10",
"postcss": "^8.4.17",
"postcss-preset-mantine": "^1.12.2",
"postcss-simple-vars": "^7.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.4.0",
"xxtea-node": "^1.1.4"
},
"devDependencies": {
"react-scripts": "^5.0.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}