-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.77 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
{
"name": "ulises.codes",
"version": "4.2.0",
"scripts": {
"analyze": "ANALYZE='true' pnpm build",
"dev": "next",
"dev:net": "next -p 10.0.0.87:3000",
"build": "pnpm prepublish && next build",
"build-cli": "tsc ./cli/index.ts --esModuleInterop --skipLibCheck --moduleResolution node",
"export": "next build && next export",
"start": "next start -p 3001",
"sitemap": "tsc ./lib/generateSitemap.ts --esModuleInterop --resolveJsonModule --skipLibCheck --moduleResolution node && node ./lib/generateSitemap.js && rm ./lib/generateSitemap.js ./lib/markdown/getPosts.js",
"manifest": "tsc ./lib/mergeWebmanifest.ts --esModuleInterop --resolveJsonModule --skipLibCheck --moduleResolution node && node ./lib/mergeWebmanifest.js && rm ./lib/mergeWebmanifest.js ./lib/themeList.js",
"prepublish": "pnpm sitemap && pnpm manifest",
"publish": "pnpm prepublish && git push",
"type-check": "tsc"
},
"dependencies": {
"@cloudinary/url-gen": "^1.8.6",
"@svgr/webpack": "^5.5.0",
"@ulises-codes/bite-me": "^7.0.3",
"@ulises-codes/helper-functions": "^0.3.0",
"@ulises-codes/react-hooks": "^0.1.0",
"css-paint-polyfill": "^3.2.0",
"framer-motion": "4.1.7",
"gray-matter": "^4.0.2",
"next": "13.0.2",
"next-mdx-remote": "^2.1.3",
"next-pwa": "^5.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-highlight": "^4.0.0",
"remark-external-links": "^8.0.0",
"webpack": "^5.65.0"
},
"devDependencies": {
"@types/node": "^12.19.9",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@ulises-codes/skynet": "^0.0.3",
"cloudinary": "^1.28.1",
"globby": "^11.0.2",
"sass": "^1.32.4",
"typescript": "^4.5.4"
},
"license": "MIT",
"packageManager": "[email protected]"
}