-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
43 lines (43 loc) · 1.14 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
{
"name": "y",
"version": "0.0.1",
"description": "Custom google chat themes",
"main": "src/content.ts",
"repository": "https://github.com/upman/google-chat-themes",
"author": "Ravi Kumar Lazar",
"license": "MIT",
"scripts": {
"dev": "webpack"
},
"dependencies": {
"@teamsupercell/typings-for-css-modules-loader": "^2.1.1",
"@types/classnames": "^2.2.10",
"@types/jquery": "^3.3.34",
"@types/lodash": "^4.14.150",
"@types/lodash-es": "^4.17.3",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"@types/react-select": "^3.0.12",
"classnames": "^2.2.6",
"css-loader": "^3.5.3",
"fsevents": "^2.1.3",
"loadash": "^1.0.0",
"lodash-es": "^4.17.15",
"react": "^16.13.1",
"react-color": "^2.18.0",
"react-dom": "^16.13.1",
"react-select": "^3.1.0",
"style-loader": "^1.2.1",
"ts-loader": "^6.2.2",
"tsc": "^1.20150623.0",
"typescript": "^3.8.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"devDependencies": {
"@types/chrome": "^0.0.104",
"@types/node": "^13.13.4",
"copy-webpack-plugin": "^5.1.1",
"ts-node": "^8.10.1"
}
}