forked from nodejs/nodejs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
121 lines (121 loc) · 4.55 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "nodejs.org",
"private": true,
"version": "1.0.0",
"description": "Nodejs.org Website",
"homepage": "https://nodejs.org",
"repository": {
"type": "git",
"url": "git+https://github.com/nodejs/nodejs.org.git"
},
"author": {
"name": "Node.js Website Working Group"
},
"license": "MIT",
"engines": {
"node": "v18"
},
"scripts": {
"scripts:release-post": "cross-env NODE_NO_WARNINGS=1 node scripts/release-post/index.mjs",
"scripts:generate-next-data": "cross-env NODE_NO_WARNINGS=1 node scripts/generate-next-data/index.mjs",
"scripts:generate-robots": "cross-env NODE_NO_WARNINGS=1 next-sitemap --config=robots.config.mjs",
"preserve": "npm run scripts:generate-next-data",
"serve": "cross-env NODE_NO_WARNINGS=1 next dev",
"prebuild": "npm run scripts:generate-next-data",
"build": "cross-env NODE_NO_WARNINGS=1 next build",
"postbuild": "npm run scripts:generate-robots",
"start": "cross-env NODE_NO_WARNINGS=1 next start",
"deploy": "cross-env NEXT_STATIC_EXPORT=true npm run build",
"lint:js": "eslint \"**/*.{mjs,ts,tsx}\" --cache --cache-strategy content --cache-file .eslintjscache --report-unused-disable-directives",
"lint:md": "eslint \"**/*.md?(x)\" --cache --cache-strategy content --cache-file .eslintmdcache",
"lint:scss": "stylelint --config .stylelintrc.json \"**/*.{css,sass,scss}\"",
"lint": "npm run lint:js && npm run lint:md && npm run lint:scss",
"lint:fix": "npm run lint:js -- --fix && npm run lint:md -- --fix && npm run lint:scss -- --fix",
"prettier": "prettier \"**/*.{mjs,ts,tsx,md,mdx,json,yml,css,sass,scss}\" --check --cache --cache-strategy content --cache-location=.prettiercache",
"prettier:fix": "npm run prettier -- --write",
"format": "npm run lint:fix && npm run prettier:fix",
"storybook": "cross-env NODE_NO_WARNINGS=1 storybook dev -p 6006 --quiet --no-open",
"storybook:build": "cross-env NODE_NO_WARNINGS=1 storybook build --quiet --webpack-stats-json",
"test:unit": "cross-env NODE_NO_WARNINGS=1 jest --passWithNoTests",
"test:unit:watch": "npm run test:unit -- --watch",
"test": "npm run test:unit",
"prepare": "husky install",
"postinstall": "npx next telemetry disable"
},
"dependencies": {
"@heroicons/react": "~2.0.18",
"@nodevu/core": "~0.1.0",
"@types/node": "18.17.11",
"@vcarl/remark-headings": "~0.1.0",
"@vercel/analytics": "^1.0.2",
"autoprefixer": "~10.4.15",
"classnames": "~2.3.2",
"cross-env": "7.0.3",
"feed": "~4.2.2",
"glob": "~10.3.4",
"gray-matter": "~4.0.3",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"next": "^13.4.19",
"next-mdx-remote": "^4.4.1",
"next-sitemap": "^4.2.3",
"next-themes": "^0.2.1",
"postcss": "~8.4.29",
"react-intl": "~6.4.5",
"rehype-autolink-headings": "~6.1.1",
"rehype-pretty-code": "^0.10.0",
"rehype-slug": "~5.1.0",
"remark-gfm": "~3.0.1",
"semver": "~7.5.4",
"sharp": "0.32.5",
"shiki": "^0.14.3",
"tailwindcss": "^3.3.3",
"turbo": "^1.10.13",
"typescript": "~5.2.2"
},
"peerDependencies": {
"@mdx-js/react": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "1.66.1",
"vfile": "^5.3.7"
},
"devDependencies": {
"@storybook/addon-controls": "~7.4.0",
"@storybook/addon-interactions": "~7.4.0",
"@storybook/addon-themes": "^7.4.1",
"@storybook/addon-viewport": "~7.4.0",
"@storybook/nextjs": "~7.4.0",
"@testing-library/jest-dom": "~6.1.3",
"@testing-library/react": "~14.0.0",
"@testing-library/user-event": "~14.4.3",
"@types/jest": "29.5.4",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/semver": "~7.5.1",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-mdx": "2.2.0",
"eslint-plugin-no-relative-import-paths": "^1.5.2",
"eslint-plugin-storybook": "0.6.13",
"handlebars": "4.7.8",
"jest": "29.6.4",
"jest-environment-jsdom": "29.6.4",
"jest-junit": "16.0.0",
"nextjs-bundle-analysis": "0.5.0",
"prettier": "3.0.2",
"remark-preset-lint-node": "4.0.0",
"remark-preset-prettier": "2.0.1",
"storybook": "~7.4.0",
"stylelint": "15.10.3",
"stylelint-config-recommended-scss": "12.0.0",
"stylelint-config-standard": "34.0.0",
"stylelint-order": "6.0.3",
"stylelint-selector-bem-pattern": "3.0.1",
"user-agent-data-types": "0.3.1",
"wait-on": "7.0.1"
}
}