-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.44 KB
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
{
"name": "z2-blog-extension",
"version": "0.1",
"description": "个人博客浏览器小插件",
"main": "index.js",
"author": "z2devil",
"license": "MIT",
"scripts": {
"sassc": "sass ./src/styles:build/styles ./src/popup/styles:build/popup/styles",
"build": "node ./config/scripts/build.js && npm run sassc"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@types/node": "^17.0.41",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"babel-loader": "^9.1.2",
"chalk": "4.0.0",
"dotenv-webpack": "^8.0.1",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"recursive-copy": "^2.0.14",
"resolve-url-loader": "^5.0.0",
"sass": "^1.52.2",
"sass-loader": "^13.0.0",
"source-map-loader": "^3.0.1",
"stylelint": "^15.2.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^30.0.1",
"stylelint-config-standard-scss": "^7.0.1",
"stylelint-scss": "^4.4.0",
"terser-webpack-plugin": "^5.3.3",
"ts-loader": "^9.3.0",
"ts-node": "^10.8.1",
"typescript": "^4.7.3",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@types/chrome": "^0.0.219",
"babel-preset-solid": "^1.6.10",
"classnames": "^2.3.2",
"fs-extra": "^10.1.0",
"solid-js": "^1.6.11"
}
}