-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.07 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.07 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
{
"name": "@konekto/static",
"version": "1.2.0",
"description": "A static site generator based on bundle and reenact",
"homepage": "https://github.com/konekto/static",
"main": "index.js",
"bin": {
"static": "bin/index.js"
},
"scripts": {
"test": "mocha",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git@github.com:konekto/static.git"
},
"author": "Haithem Bel Haj <haithem@konekto>",
"license": "ISC",
"dependencies": {
"@konekto/bundle": "^5.7.0",
"@konekto/reenact": "^2.1.0",
"browser-sync": "^2.26.12",
"fs-extra": "^8.0.1",
"glob": "^7.1.4",
"sade": "^1.5.1",
"webpack-dev-middleware": "^3.7.0",
"webpack-hot-middleware": "^2.25.0"
},
"devDependencies": {
"@konekto/preset-react": "^1.2.0",
"babel-loader": "^8.0.6",
"cheerio": "^1.0.0-rc.3",
"mocha": "^8.1.3",
"react": "^16.8.6",
"react-helmet": "^5.2.1",
"react-hot-loader": "^4.11.0",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"webpack": "^4.34.0",
"webpack-cli": "^3.3.12"
}
}