This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
67 lines (67 loc) · 2.12 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
{
"name": "wasmer",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "GITHUB_API_ACTIVE=true next build && next export -o out && cp _redirects out/",
"start": "next start",
"linter": "eslint '{components,pages}/**/*.js' --max-warnings=0",
"fixer": "eslint --fix {components,pages}/**/*.js",
"prettier": "prettier --write '{components,pages}/**/*.{css,ts,json,tsx,js,jsx}'",
"cleanup": "eslint --fix {components,pages}/**/*.js && prettier --write '{components,pages}/**/*.{css,ts,json,tsx,js,jsx}'",
"postinstall": "husky install"
},
"dependencies": {
"@headlessui/react": "^1.7.13",
"@remark-embedder/core": "^3.0.1",
"@stefanprobst/remark-shiki": "^2.2.0",
"classnames": "^2.2.6",
"clsx": "^1.2.1",
"copy-to-clipboard": "^3.3.1",
"date-fns": "^2.16.1",
"deepmerge": "^4.3.0",
"eslint-plugin-prettier": "^3.1.4",
"fontfaceobserver-es": "^3.3.3",
"gray-matter": "^4.0.2",
"gsap": "^3.6.0",
"intersection-observer": "^0.11.0",
"next": "12.1.5",
"next-react-svg": "^1.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-gsap": "^2.2.1",
"react-in-viewport": "^1.0.0-alpha.14",
"react-responsive-carousel": "^3.2.10",
"react-scrollmagic": "^2.3.0",
"rehype-raw": "^6.1.1",
"rehype-stringify": "^9.0.3",
"remark": "^13.0.0",
"remark-autolink-headings": "^6.0.1",
"remark-directive": "^2.0.1",
"remark-gfm": "^3.0.1",
"remark-highlight.js": "^6.0.0",
"remark-html": "^13.0.1",
"remark-parse": "^10.0.1",
"remark-prism": "^1.3.6",
"remark-rehype": "^10.1.0",
"remark-slug": "^6.0.0",
"remark-stringify": "^10.0.2",
"shiki": "^0.14.1",
"unified": "^10.1.2",
"xterm": "3.14.5"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.13.0",
"eslint-plugin-react": "^7.29.4",
"husky": "^5.0.0-beta.0",
"pinst": "^2.0.0",
"postcss": "^8.4.21",
"postcss-flexbugs-fixes": "4.2.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.1.2",
"tailwindcss": "^3.2.7"
},
"license": "MIT"
}