-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.73 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
{
"name": "matcha",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"develop": "next",
"build": "next build",
"start": "next start",
"fmt": "prettier --write --ignore-path .gitignore .",
"test": "echo \"Error: no test specified\" && exit 1",
"prebuild": "./scripts/download.js",
"predevelop": "./scripts/download.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imaginezero/matcha.git"
},
"keywords": [],
"author": "dmbch <daniel@dmbch.net>",
"license": "MIT",
"private": true,
"bugs": {
"url": "https://github.com/imaginezero/matcha/issues"
},
"homepage": "https://github.com/imaginezero/matcha#readme",
"dependencies": {
"@auth0/nextjs-auth0": "^0.16.0",
"auth0": "^2.28.0",
"axios": "^0.20.0",
"babel-eslint": "^10.1.0",
"browserslist": "^4.14.2",
"camelcase-keys": "^6.2.2",
"contentful": "^7.14.6",
"cookie": "^0.4.1",
"dotenv": "^8.2.0",
"escape-html": "^1.0.3",
"flat": "^5.0.2",
"hoist-non-react-statics": "^3.3.2",
"mkdirp": "^1.0.4",
"next": "^9.5.4",
"pkg-dir": "^4.2.0",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-normalize": "^9.0.0",
"postcss-preset-env": "^6.7.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"remark-parse": "^8.0.3",
"remark-react": "^7.0.1",
"rimraf": "^3.0.2",
"snakecase-keys": "^3.2.0",
"unified": "^9.2.0"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.6",
"husky": "^4.3.0",
"prettier": "^2.1.1"
}
}