-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 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
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "react-fluent-emoji",
"private": true,
"version": "1.0.0",
"type": "module",
"license": "MIT",
"author": "wood3n",
"description": "react fluent emoji component",
"keywords": [
"react",
"emoji",
"fluent emoji",
"react component",
"typescript"
],
"main": "./dist/index.js",
"files": [
"dist"
],
"scripts": {
"svgr": "node ./scripts/svgr.js",
"build": "node --max-old-space-size=8192 ./scripts/packlib.js",
"sprite": "node --max-old-space-size=8192 ./scripts/svgSprite.js",
"doc": "vite",
"build:doc": "tsc && vite build --max-old-space-size=8192",
"preview": "vite preview"
},
"peerDependencies": {
"react": ">=16.9",
"react-dom": ">=16.9"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/eslint-parser": "^7.18.9",
"@prettier/plugin-xml": "^2.2.0",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-typescript": "^8.5.0",
"@svgr/core": "^6.3.1",
"@svgr/plugin-jsx": "^6.3.1",
"@svgr/plugin-prettier": "^6.3.1",
"@types/glob": "^7.2.0",
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.7.13",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.1",
"antd": "^4.22.8",
"eslint": "^8.22.0",
"eslint-plugin-oxygen": "^1.0.5",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"less": "^4.1.3",
"lodash-es": "^4.17.21",
"phantomjs-prebuilt": "2.1.16",
"prettier": "^2.7.1",
"rollup": "^2.79.0",
"rollup-plugin-jsx": "^1.0.3",
"svg-sprite": "^1.5.4",
"typescript": "^4.6.4",
"vinyl": "^2.2.1",
"vite": "^3.0.7"
},
"engines": {
"node": ">14.6"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}