-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 841 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
{
"name": "Emoji2",
"version": "2.2.3",
"description": "",
"main": "dist/index.js",
"type": "module",
"scripts": {
"start": "webpack serve --client-web-socket-url-hostname localhost --client-web-socket-url-port 8080",
"watch": "webpack --watch",
"build": "webpack"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"archiver": "^7.0.1",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.5.3",
"web-ext-plugin": "^2.10.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"private": true,
"dependencies": {
"emojibase-data": "^15.3.2",
"fuse.js": "^7.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}