-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"name": "niconico-yt",
"version": "2.1.2",
"scripts": {
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development",
"test": "prettier --check . && jest",
"watch": "webpack --watch",
"serve": "webpack serve"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@types/chrome": "^0.0.248",
"@types/jest": "^29.5.6",
"@webpack-cli/generators": "^3.0.1",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"dotenv": "^16.0.3",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"mini-css-extract-plugin": "^2.7.2",
"prettier": "^2.8.3",
"style-loader": "^3.3.1",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2",
"webextension-polyfill": "^0.10.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {}
}