-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.56 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.56 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
48
49
50
51
52
53
54
55
{
"name": "subjpop.github.io",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "mocha --require @babel/register test/**/*.js",
"start": "webpack --watch --mode development",
"build": "webpack --mode production",
"lint": "prettier --write src test css _config.yml",
"tool:searchindex": "ts-node tools/src/build-search-index.ts",
"tool:downloadimg": "ts-node tools/src/download-img.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IvanWoo/subjpop.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/IvanWoo/subjpop.github.io/issues"
},
"homepage": "https://github.com/IvanWoo/subjpop.github.io#readme",
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/register": "^7.15.3",
"@node-rs/jieba": "^1.5.1",
"babel-loader": "^8.2.2",
"chai": "^4.3.4",
"css-loader": "^6.2.0",
"front-matter": "^4.0.2",
"mocha": "^11.1.0",
"prettier": "^2.5.1",
"style-loader": "^3.2.1",
"ts-loader": "^9.2.6",
"ts-node": "^10.4.0",
"typescript": "^4.5.4",
"webpack": "^5.105.0",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"@thi.ng/bench": "^3.1.3",
"@thi.ng/hiccup-html": "^2.1.3",
"@thi.ng/random": "^3.2.3",
"@thi.ng/rdom": "^0.8.5",
"@thi.ng/rstream": "^7.2.2",
"@thi.ng/transducers": "^7.9.2",
"@ygoe/msgpack": "^1.0.3",
"chaffle": "^2.1.0",
"lazysizes": "^5.3.2",
"shikwasa": "^2.2.1"
}
}