-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.21 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
{
"name": "@primitives/blog",
"version": "0.0.1",
"description": "ethereum and engineering blog",
"files": [
"*"
],
"scripts": {
"compile": "bundle exec jekyll build",
"deploy": "npx gh-pages -d _site/",
"fmt": "npx prettier --config .prettierrc.json --write '**/*.md'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sambacha/primitives.git"
},
"author": "Sam Bacha <[email protected]>",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/sambacha/primitives/issues"
},
"homepage": "https://github.com/sambacha/primitives#readme",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@primer/css": "^15.2.0",
"autoprefixer": "^8.6.5",
"babel-loader": "^8.2.1",
"css-loader": "^5.0.1",
"gh-pages": "^3.2.3",
"lighthouse": "^6.4.1",
"mini-css-extract-plugin": "^1.2.1",
"node-sass": "^4.7.2",
"prettier": "^2.5.1",
"sass": "^1.29.0",
"sass-loader": "^10.0.5",
"webpack": "^5.6.0",
"webpack-cli": "^4.2.0"
},
"keywords": [
"ethereum",
"blog",
"roguelike",
"writing",
"eth"
],
"dependencies": {
"postcss-cli": "^9.1.0"
}
}