-
Notifications
You must be signed in to change notification settings - Fork 4
/
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": "^9.8.1",
"babel-loader": "^8.1.0",
"babel-preset-minify": "^0.5.1",
"babel-types": "^6.26.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.6.0",
"cssnano": "^4.1.10",
"expose-loader": "^0.7.5",
"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": "^0.9.0",
"mousetrap": "^1.6.5",
"sass": "^1.56.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"raw-loader": "^4.0.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@babel/runtime": "^7.10.3",
"font-awesome": "^4.7.0",
"jquery": "^3.5.1",
"marked": "^0.8.2",
"url-parse": "^1.4.7"
}
}