-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
53 lines (53 loc) · 1.34 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
{
"name": "vulhub-org",
"version": "1.0.0",
"description": "Vulhub homepage ",
"scripts": {
"build": "webpack",
"start": "http-server -p 5000 -a 0.0.0.0 ./dist/"
},
"author": "phithon",
"license": "MIT",
"homepage": "https://github.com/vulhub/vulhub-org",
"repository": {
"type": "git",
"url": "https://github.com/vulhub/vulhub-org"
},
"bugs": {
"url": "https://github.com/vulhub/vulhub-org/issues"
},
"dependencies": {
"bulma": "^0.6.0",
"bulmaswatch": "^0.5.2",
"hyperapp": "^0.15.0",
"lodash": "^4.17.19",
"marked": "^1.0.0",
"nanoajax": "^0.4.3",
"nprogress": "^0.2.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"copy-webpack-plugin": "^4.2.0",
"cross-env": "^5.1.0",
"css-loader": "^0.28.7",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^4.3.0",
"http-server": "^0.10.0",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"style-loader": "^0.19.0",
"terser-webpack-plugin": "^3.0.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.11"
},
"keywords": [
"hyperapp",
"vulhub"
]
}