-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.87 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.87 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@bemoid/bemoid.org",
"homepage": "https://bemoid.org",
"version": "0.1.0",
"author": "Jędrzej Chałubek <jedrzej.chalubek@gmail.com> (https://github.com/jedrzejchalubek/)",
"private": true,
"scripts": {
"dev": "npm run generate && next dev",
"build": "npm run generate && next build && next export",
"start": "npm run generate && next start",
"generate": "env-cmd node generate/index.js",
"lint": "eslint . --ext ts --ext tsx --ext js",
"test": "jest"
},
"dependencies": {
"@bemoid/bemoid/0.2": "git://github.com/bemoid/bemoid.git#v0.2.4",
"@bemoid/bemoid/0.3": "git://github.com/bemoid/bemoid.git#v0.3.0",
"@bemoid/bemoid/0.4": "git://github.com/bemoid/bemoid.git#v0.4.5",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"algoliasearch": "^4.8.3",
"env-cmd": "^10.1.0",
"fast-glob": "^3.2.4",
"front-matter": "^4.0.2",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"kss": "^3.0.1",
"markdown-it": "^12.0.4",
"markdown-it-toc-and-anchor": "^4.2.0",
"next": "10.0.4",
"node-sass": "^5.0.0",
"prism-react-renderer": "^1.1.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"sassdoc": "^2.7.3",
"slugify": "^1.4.6",
"string-strip-html": "^7.0.3"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@testing-library/react": "^10.0.1",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.16",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"babel-jest": "^26.6.3",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-react": "^7.21.5",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"typescript": "^4.1.3"
},
"repository": {
"type": "git",
"url": "https://github.com/bemoid/bemoid.org.git"
}
}