-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.85 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "cnblogs-theme-simplememory",
"version": "3.0.8",
"description": "<div align=\"center\">",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx webpack --config config/webpack.dev.js",
"build": "npx webpack --config config/webpack.prod.js && npx postcss ./src/style/simple-memory.css > ./dist/simple-memory.css",
"analyz": "npx webpack --config config/webpack.dev.js && npx webpack-bundle-analyzer"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BNTang/Cnblogs-Theme-SimpleMemory.git"
},
"files": [
"src",
"dist"
],
"keywords": [],
"author": "BNTang",
"license": "ISC",
"bugs": {
"url": "https://github.com/BNTang/Cnblogs-Theme-SimpleMemory/issues"
},
"homepage": "https://github.com/BNTang/Cnblogs-Theme-SimpleMemory#readme",
"devDependencies": {
"@popperjs/core": "^2.9.2",
"compression-webpack-plugin": "^10.0.0",
"css-loader": "^5.1.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"cssnano": "^5.1.14",
"cssnano-preset-advanced": "^5.3.9",
"exports-loader": "^2.0.0",
"filemanager-webpack-plugin": "^7.0.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.5.0",
"imports-loader": "^2.0.0",
"json5": "^2.2.0",
"mini-css-extract-plugin": "^1.3.9",
"postcss": "^8.4.19",
"postcss-cli": "^10.1.0",
"style-loader": "^2.0.0",
"toml": "^3.0.0",
"webpack": "^5.76.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
},
"browserslist": {
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"production": [
">0.2%",
"not dead",
"nop op_mini all"
]
}
}