-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.25 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
{
"name": "zoomment-widget",
"version": "1.0.0",
"description": "",
"dependencies": {
"@ant-design/icons": "^5.3.1",
"@parcel/config-default": "^2.12.0",
"@parcel/transformer-typescript-tsc": "^2.12.0",
"axios": "^1.7.4",
"clientjs": "^0.2.1",
"dayjs": "^1.11.9",
"i18next": "^19.8.3",
"lscache": "^1.3.0",
"react": ">= 16.8.0",
"react-dom": "^17.0.1",
"react-i18next": "^11.7.3",
"react-use-cookie": "^1.5.0",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@types/clientjs": "^0.2.2",
"@types/lscache": "^1.3.4",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@types/styled-components": "^5.1.34",
"buffer": "^6.0.3",
"parcel": "^2.12.0",
"process": "^0.11.10",
"typescript": "^5.3.3"
},
"scripts": {
"dev": "parcel index.html --no-cache",
"build": "parcel build --no-cache --no-source-maps --no-content-hash --target modern --dist-dir docs src/index.tsx",
"help": "parcel build --help"
},
"modern": "docs/zoomment.min.js",
"targets": {
"modern": {
"engines": {
"browsers": "Chrome 80"
}
}
},
"browserslist": "> 0.5%, last 2 versions, not dead",
"keywords": [],
"author": "",
"license": "ISC"
}