-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.51 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
{
"name": "stupo-web-main",
"version": "0.0.0",
"description": "contains the open source media education platform stupo",
"repository": "[email protected]:jembach/stupo-web-main",
"author": "Jonas Embach <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:analyse": "ANALYZE=true next build",
"start": "next start",
"lint": "eslint ./src/* ./__tests__/* ./__mocks__/* --ext .ts,.tsx,.js,.jsx --fix --no-error-on-unmatched-pattern",
"release": "semantic-release",
"test": "jest",
"test:cov": "jest --coverage"
},
"engines": {
"node": "12.x",
"yarn": "1.x"
},
"dependencies": {
"@next/bundle-analyzer": "^10.0.3",
"@prefresh/next": "^1.4.4",
"@zeit/next-source-maps": "^0.0.3",
"dayjs": "^1.10.4",
"gray-matter": "^4.0.2",
"next": "^10.0.4",
"next-plugin-preact": "^3.0.3",
"preact": "^10.5.7",
"preact-render-to-string": "^5.1.12",
"raw-loader": "^4.0.2",
"react": "npm:@preact/compat@^0.0.3",
"react-dom": "npm:@preact/compat@^0.0.3",
"react-markdown": "^5.0.3",
"react-ssr-prepass": "npm:preact-ssr-prepass@^1.1.2",
"rss-parser": "^3.10.0",
"tslib": "^2.0.3"
},
"devDependencies": {
"@semantic-release/github": "^7.2.0",
"@tailwindcss/typography": "^0.4.0",
"@testing-library/preact": "^2.0.1",
"@types/glob": "^7.1.3",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.14",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"autoprefixer": "^10.1.0",
"eslint": "^7.16.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-unicorn": "^24.0.0",
"glob": "^7.1.6",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"postcss": "^8.2.1",
"prettier": "^2.2.1",
"prettier-eslint": "^12.0.0",
"react-refresh": "^0.9.0",
"semantic-release": "^17.3.0",
"tailwindcss": "^2.0.2",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
},
"homepage": "https://github.com/jembach/stupo-web-main",
"bugs": "https://github.com/jembach/stupo-web-main/issues"
}