-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 3.28 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "sixtysix",
"version": "0.0.1",
"description": "Sixty Six is collection of quotes so I stop forgetting what I thought and/or read.",
"scripts": {
"build": "cross-env ELEVENTY_ENV=production NODE_ENV=production eleventy",
"build:clean": "rimraf dist/*",
"build:function": "netlify functions:build --src functions",
"build:post": "node __task/build-post.js",
"build:postcss": "cross-env NODE_ENV=production postcss 11ty/_postcss/main.pcss -o 11ty/_includes/assets/styles/main.css",
"build:production": "run-s build:clean build:function build:postcss build",
"dev": "cross-env ELEVENTY_ENV=development NODE_ENV=development eleventy --serve",
"dev:netlify": "cross-env ELEVENTY_ENV=development NODE_ENV=development netlify dev",
"start": "npm run dev",
"test": "cross-env NODE_ENV=development jest",
"test:watch": "cross-env NODE_ENV=development jest --watch",
"test:debug": "cross-env NODE_ENV=development node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch"
},
"author": "Yuya Saito <[email protected]> (https://github.com/studiomohawk)",
"license": "MIT",
"engines": {
"node": ">=14.15.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontendweekly/sixtysix.git"
},
"keywords": [
"eleventy",
"netlify"
],
"bugs": {
"url": "https://github.com/frontendweekly/sixtysix/issues"
},
"homepage": "https://github.com/frontendweekly/sixtysix#readme",
"dependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-plugin-rss": "^1.1.1",
"@frontendweekly/collection-posts": "^0.0.9",
"@frontendweekly/eleventy-plugin-markdown": "^0.0.13",
"@frontendweekly/filter-date-iso": "^0.0.14",
"@frontendweekly/filter-date-ordinal-suffix": "^0.0.17",
"@frontendweekly/filter-tags-to-sentence": "^0.0.10",
"@frontendweekly/netlify-plugin-screenshot-cache": "^0.0.11",
"@frontendweekly/transform-enhance-post-code-block": "^0.0.6",
"@frontendweekly/transform-enhance-post-iframe": "^0.0.5",
"@frontendweekly/transform-htmlmin": "^0.0.15",
"autoprefixer": "^10.2.5",
"cssnano": "^5.0.0",
"dotenv": "^8.2.0",
"dotenv-flow": "^3.2.0",
"imagemin": "^7.0.1",
"imagemin-pngquant": "^9.0.2",
"node-fetch": "^2.6.1",
"postcss": "^8.2.10",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.1",
"postcss-load-config": "^3.0.1",
"postcss-preset-env": "^6.7.0",
"posthtml": "^0.15.1",
"posthtml-urls": "^1.0.0",
"puppeteer": "^8.0.0",
"rimraf": "^3.0.2",
"twitter-lite": "^1.1.0"
},
"devDependencies": {
"@frontendweekly/browserslist-config-molle": "^0.0.1",
"@frontendweekly/eslint-config-molle": "^0.0.3",
"@frontendweekly/jest-preset-molle": "^0.0.17",
"@frontendweekly/stylelint-config-molle": "^0.0.5",
"cross-env": "^7.0.3",
"eslint": "^7.24.0",
"eslint-plugin-jest-dom": "^3.8.0",
"gray-matter": "^4.0.2",
"husky": "^6.0.0",
"jest": "^26.6.3",
"jest-date-mock": "^1.0.8",
"lint-staged": "^10.5.4",
"msw": "^0.28.1",
"netlify-cli": "^3.17.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"qoa": "^0.2.0",
"rewire": "^5.0.0",
"signale": "^1.4.0",
"stylelint": "^13.12.0",
"ucontent": "^2.0.0"
}
}