-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1004 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
34
35
36
37
38
{
"name": "hinata-chrome-extension",
"version": "0.0.2",
"description": "chrome 插件",
"main": "index.js",
"scripts": {
"build": "cross-env NODE_ENV=production npx webpack",
"watch": "webpack -w",
"start": "npm run watch && webpack serve"
},
"dependencies": {
"@octokit/rest": "^18.12.0",
"axios": "^0.27.2",
"svgo": "^3.0.2"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^9.0.1",
"cross-env": "^7.0.3",
"css-loader": "6.5.0",
"daisyui": "^1.16.2",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.4.3",
"postcss": "^8.4.1",
"postcss-loader": "^6.2.0",
"precss": "^4.0.0",
"svelte": "^3.44.1",
"svelte-loader": "^3.1.2",
"svelte-preprocess": "^4.9.8",
"tailwindcss": "^2.2.19",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0"
},
"author": "saber_kurama",
"license": "ISC"
}