-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
157 lines (157 loc) · 5.1 KB
/
package.json
File metadata and controls
157 lines (157 loc) · 5.1 KB
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "millipede-docs",
"version": "0.3.0",
"private": true,
"workspaces": [
"build/*",
"packages/**/*"
],
"description": "A story about Project Millipedes purpose and what we are aiming at",
"author": "Markus Gritsch",
"license": "MIT",
"keywords": [
"story",
"description"
],
"homepage": "https://millipede.me",
"repository": {
"type": "git",
"url": "git+https://github.com/project-millipede/millipede-docs.git"
},
"bugs": {
"url": "https://github.com/project-millipede/millipede-docs/issues"
},
"main": "index.js",
"scripts": {
"clean": "rimraf dist && rimraf .next",
"next:dev": "next-remote-watch ./docs/src/pages ./blog/src/pages ./locales/",
"setup:yarn:base": "yarn set version 3.0.0-rc.5 && yarn plugin import workspace-tools",
"setup:yarn:ide": "yarn dlx @yarnpkg/pnpify --sdk vscode",
"setup:yarn": "yarn setup:yarn:base && yarn setup:yarn:ide",
"switch:yarn:linker:prod": "yarn config set nodeLinker node-modules && yarn",
"switch:yarn:linker:dev": "yarn config set nodeLinker pnp && yarn",
"dev": "yarn clean && yarn run next:dev",
"build": "next build",
"start": "yarn clean && yarn build && next start",
"test": "jest --colors --watch",
"lint": "yarn eslint './docs/src/lib/**/*' './packages/**/src/**/*' './pages/**/*'",
"format:mdx": "prettier --parser mdx --end-of-line lf --print-width 80 --prose-wrap always --single-quote true --write \"docs/src/pages/**/*.mdx\"",
"format:json": "prettier --parser json --tab-width 2 --write \"locales/**/*.json\"",
"postbuild": "next-sitemap"
},
"dependencies": {
"@emotion/cache": "^11.10.3",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.4",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@huse/effect-ref": "^1.1.1",
"@huse/merged-ref": "^1.2.1",
"@mui/core": "^5.0.0-alpha.54",
"@mui/icons-material": "^5.10.3",
"@mui/lab": "^5.0.0-alpha.97",
"@mui/material": "^5.10.3",
"@rest-hooks/normalizr": "^5.0.6",
"@stefanprobst/next-svg": "4.2.1",
"@stefanprobst/remark-extract-toc": "^2.2.0",
"@types/pdfjs-dist": "^2.10.378",
"@vangware/window-open-promise": "^5.1.4",
"@welldone-software/why-did-you-render": "^7.0.1",
"ahooks": "^3.7.0",
"classnames": "^2.3.1",
"clsx": "^1.2.1",
"copy-to-clipboard": "^3.3.2",
"date-fns": "^2.29.2",
"draft-js": "^0.11.7",
"element-resize-detector": "^1.2.4",
"factory.ts": "^1.2.0",
"fast-glob": "^3.2.11",
"framer-motion": "^7.2.1",
"gray-matter": "^4.0.3",
"group-array": "^1.0.0",
"immer": "^9.0.15",
"lodash-es": "^4.17.21",
"mdx-bundler": "^9.0.1",
"motion": "^10.14.1",
"nanoid": "^4.0.0",
"next": "12.2.5",
"next-merge-props": "^0.5.3",
"next-translate": "1.5.0",
"react-compound-timer": "^1.2.0",
"react-device-detect": "^2.2.2",
"react-full-screen": "^1.1.1",
"react-intersection-observer": "^9.4.0",
"react-jss": "^10.9.2",
"react-pdf": "^6.0.0-beta.3",
"react-reconciler": "^0.29.0",
"reading-time-estimator": "1.6.2",
"recoil": "^0.7.5",
"remark-parse": "^10.0.1",
"remark-slug": "^7.0.1",
"remark-stringify": "^10.0.2",
"styled-components": "^5.3.5",
"unified": "^10.1.2",
"use-analytics": "^0.0.5",
"use-async-effect": "^2.2.6",
"uuid": "^8.3.2",
"vfile": "^5.3.4",
"victory": "^36.6.6"
},
"devDependencies": {
"@types/draft-js": "^0.11.9",
"@types/element-resize-detector": "^1.1.3",
"@types/eslint": "^8.4.6",
"@types/jest": "^29.0.0",
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.7.14",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@types/react-pdf": "^5.7.2",
"@types/styled-components": "^5.1.26",
"@types/webpack-merge": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"esbuild": "^0.15.6",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-mdx": "^2.0.2",
"eslint-plugin-react": "^7.31.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.0.1",
"next-remote-watch": "^1.0.0",
"next-sitemap": "^3.1.21",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"sass": "^1.54.8",
"ts-jest": "^28.0.8",
"typescript": "^4.8.2",
"webpack-merge": "5.8.0"
},
"resolutions": {
"next": "12.2.6-canary.8",
"react": "0.0.0-experimental-9ff738f53-20220826",
"react-dom": "0.0.0-experimental-9ff738f53-20220826",
"react-reconciler": "0.0.0-experimental-9ff738f53-20220826",
"@fortawesome/fontawesome-svg-core": "6.1.2",
"@fortawesome/free-solid-svg-icons": "6.1.2",
"set-value": "4.0.1"
},
"engines": {
"node": "16.x"
},
"jest": {
"transform": {
"^.+\\.(ts|tsx)$": "ts-jest"
},
"testPathIgnorePatterns": [
"./.next/",
"./dist/",
"./yarn/",
"./node_modules/"
]
},
"packageManager": "yarn@3.2.3"
}