-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/
package.json
74 lines (74 loc) · 2.01 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
67
68
69
70
71
72
73
74
{
"name": "Cnblogs-Theme-SimpleMemory",
"version": "2.0.0",
"description": "<div align=\"center\">",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode development",
"build": "npx webpack --config ./webpack.config.js && npx postcss ./src/style/simpleMemory.css > ./dist/simpleMemory.css",
"server": "npx http-server dist -p 3100 --cors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BNDong/Cnblogs-Theme-SimpleMemory.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/BNDong/Cnblogs-Theme-SimpleMemory/issues"
},
"homepage": "https://github.com/BNDong/Cnblogs-Theme-SimpleMemory#readme",
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@popperjs/core": "^2.11.8",
"babel-loader": "^9.1.2",
"bootstrap": "^5.3.0",
"clipboard": "^2.0.8",
"compression-webpack-plugin": "^10.0.0",
"css-loader": "^5.2.7",
"css-minimizer-webpack-plugin": "^7.0.0",
"cssnano": "^6.0.1",
"cssnano-preset-advanced": "^6.0.1",
"exports-loader": "^2.0.0",
"file-loader": "^6.2.0",
"filemanager-webpack-plugin": "^8.0.0",
"gsap": "^3.11.4",
"highlight.js": "^10.7.1",
"html-loader": "^2.1.2",
"http-server": "^14.1.1",
"imports-loader": "^2.0.0",
"json5": "^2.2.0",
"mini-css-extract-plugin": "^1.3.9",
"optiscroll": "^3.2.1",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"snapsvg-cjs": "^0.0.6",
"style-loader": "^2.0.0",
"toml": "^3.0.0",
"webpack": "^5.94.0",
"webpack-cli": "^4.5.0",
"yamljs": "^0.3.0"
},
"dependencies": {
"gsap": "^3.11.5",
"lodash": "^4.17.21"
},
"browserslist": {
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"production": [
">0.2%",
"not dead",
"nop op_mini all"
]
}
}