-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
68 lines (68 loc) · 2.04 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
{
"name": "crsearch",
"version": "3.0.23",
"description": "cpprefjp / boostjp searcher",
"main": "dist/js/crsearch.js",
"module": "js/crsearch.js",
"scripts": {
"build": "webpack --config webpack.prod.js",
"dev": "NODE_OPTIONS='--openssl-legacy-provider' webpack-dev-server --config webpack.dev.js --host 0.0.0.0",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cpprefjp/crsearch.git"
},
"keywords": [
"cpprefjp",
"boostjp"
],
"author": "Nana Sakisaka",
"license": "MIT",
"bugs": {
"url": "https://github.com/cpprefjp/crsearch/issues"
},
"homepage": "https://github.com/cpprefjp/crsearch",
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-function-bind": "^7.10.1",
"@babel/plugin-transform-async-to-generator": "^7.10.1",
"@babel/plugin-transform-object-assign": "^7.10.3",
"@babel/plugin-transform-runtime": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"autoprefixer": "^10.4.20",
"babel-loader": "^8.1.0",
"babel-preset-minify": "^0.5.1",
"babel-types": "^6.26.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"cssnano": "^7.0.6",
"expose-loader": "^5.0.0",
"file-loader": "^6.0.0",
"handlebars": "^4.7.6",
"handlebars-loader": "^1.7.1",
"html-webpack-plugin": "^4.3.0",
"html-webpack-tags-plugin": "^2.0.17",
"mini-css-extract-plugin": "^2.9.2",
"mousetrap": "^1.6.5",
"postcss-loader": "^8.1.1",
"precss": "^4.0.0",
"raw-loader": "^4.0.1",
"sass": "^1.56.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@babel/runtime": "^7.10.3",
"font-awesome": "^4.7.0",
"jquery": "^3.5.1",
"marked": "^15.0.4",
"url-parse": "^1.4.7"
}
}