generated from chibat/chrome-extension-typescript-starter
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.53 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
{
"name": "modekun",
"version": "1.0.0",
"description": "moderate live chat",
"main": "index.js",
"scripts": {
"watch": "webpack --config webpack/webpack.dev.js --watch",
"build": "webpack --config webpack/webpack.prod.js",
"build-firefox": "webpack --config webpack/webpack.firefox.prod.js && mv dist-firefox/manifest-firefox.json dist-firefox/manifest.json",
"build-dev-firefox": "webpack --config webpack/webpack.firefox.dev.js && mv dist-firefox/manifest-firefox.json dist-firefox/manifest.json",
"test": "npx jest",
"style": "prettier --write \"src/**/*.{ts,tsx}\""
},
"author": "tjmtmmnk",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tjmtmmnk/modekun"
},
"devDependencies": {
"@types/chrome": "0.0.185",
"@types/jest": "27.0.1",
"@types/kuromoji": "0.1.1",
"@types/md5": "2.3.1",
"@types/react": "17.0.45",
"@types/react-dom": "17.0.9",
"@types/react-router-dom": "5.1.8",
"@types/styled-components": "5.1.13",
"clean-webpack-plugin": "4.0.0-alpha.0",
"comlink": "4.3.1",
"copy-webpack-plugin": "6.4.1",
"glob": "7.1.7",
"jest": "27.1.0",
"kuromojin": "3.0.0",
"md5": "2.3.0",
"path-browserify": "1.0.1",
"prettier": "2.6.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "5.2.1",
"styled-components": "5.3.1",
"ts-jest": "27.0.5",
"ts-loader": "9.2.5",
"typescript": "4.6.4",
"webpack": "5.51.1",
"webpack-cli": "4.8.0",
"webpack-merge": "5.8.0"
}
}