-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.01 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
{
"name": "crossidio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS=--use-openssl-ca next dev -p 3008",
"build": "next build",
"start": "next start -p 3008",
"lint": "next lint",
"copyimages": "node ./copy-images.mjs",
"ts2js": "tsc -p ./tsconfig-prism.json",
"predev": "npm run ts2js",
"prebuild": "npm run copyimages ; npm run ts2js"
},
"dependencies": {
"@crossid/crossid-react": "^0.2.5",
"@headlessui/react": "^1.7.10",
"@heroicons/react": "^2.0.15",
"@markdoc/markdoc": "^0.2.2",
"@markdoc/next.js": "^0.2.2",
"@next/font": "13.1.6",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "18.13.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"clsx": "^1.2.1",
"dayjs": "^1.11.7",
"embla-carousel-autoplay": "^8.0.0-rc11",
"embla-carousel-react": "^8.0.0-rc11",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"framer-motion": "^9.0.4",
"github-slugger": "^2.0.0",
"jszip": "^3.10.1",
"lodash.get": "^4.4.2",
"mermaid": "^9.3.0",
"next": "13.1.6",
"prettier-plugin-tailwindcss": "^0.2.2",
"prism-react-renderer": "^1.3.5",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.5",
"react-intersection-observer": "^9.4.3",
"react-use-intercom": "^4.0.0",
"redent": "^4.0.0",
"typescript": "4.9.5",
"use-disposable-list": "^0.2.2"
},
"devDependencies": {
"@savvywombat/tailwindcss-grid-areas": "^3.0.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/gtag.js": "^0.0.12",
"@types/js-yaml": "^4.0.5",
"@types/lodash.get": "^4.4.7",
"@types/prismjs": "^1.26.0",
"autoprefixer": "^10.4.13",
"fs-extra": "^11.1.0",
"glob-promise": "^6.0.2",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.0",
"mini-svg-data-uri": "^1.4.4",
"postcss": "^8.4.21",
"simple-functional-loader": "^1.2.1",
"tailwindcss": "^3.2.6"
}
}