-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.36 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
{
"name": "@holidayextras/static-site-generator",
"version": "9.3.0",
"description": "Holiday Extras Static Site Generator in metalsmith / react",
"repository": {
"type": "git",
"url": "git+https://github.com/holidayextras/static-site-generator.git"
},
"author": "Richard Stevens <[email protected]",
"license": "MIT",
"main": "lib/index.js",
"watch": {
"trans": "src"
},
"scripts": {
"build": "npm run trans",
"trans": "babel src/ -d lib/",
"lint": "standard src/**/* src/* --fix",
"test": "npm run lint"
},
"standard": {
"ignore": [
"src/metalsmith-prismic.js"
]
},
"dependencies": {
"async": "^1.5.2",
"lodash": "^4.17.21",
"meta-marked": "^0.4.0",
"metalsmith": "^2.3.0",
"metalsmith-assets-improved": "^1.0.0",
"metalsmith-markdown": "^1.1.0",
"metalsmith-react-tpl": "^3.0.1",
"mkdirp": "^0.5.1",
"prismic.io": "^3.1.3",
"rimraf": "^2.2.8",
"underscore": "^1.8.3"
},
"devDependencies": {
"@babel/cli": "7.24.8",
"@babel/core": "7.24.9",
"@babel/preset-env": "7.25.0",
"@babel/preset-react": "7.24.7",
"debug": "^2.2.0",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-redux": "^5.0.6",
"redux": "^4.2.0",
"standard": "^16.0.4",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.0"
},
"owner": "audience"
}