-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
87 lines (87 loc) · 2.67 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
{
"name": "mml-website",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"dev-deploy": "netlify deploy --build",
"start": "next start",
"lint": "next lint",
"lint-fix": "eslint \"./src/**/*.{js,jsx,ts,tsx}\" --fix",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
"type-check": "tsc --noEmit"
},
"postcss": {
"plugins": {
"tailwindcss": {},
"autoprefixer": {}
}
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.5.2",
"@fortawesome/free-regular-svg-icons": "6.5.2",
"@fortawesome/free-solid-svg-icons": "6.5.2",
"@fortawesome/free-brands-svg-icons": "6.5.2",
"@fortawesome/react-fontawesome": "0.2.2",
"@mdx-js/loader": "3.0.1",
"@mdx-js/react": "3.0.1",
"@mml-io/3d-web-client-core": "0.19.0",
"@mml-io/mml-schema": "0.18.0",
"@mml-io/networked-dom-document": "0.18.0",
"@netlify/plugin-nextjs": "4.41.3",
"@next/mdx": "14.2.4",
"js-beautify": "1.15.1",
"mml-web": "0.18.0",
"mml-web-runner": "0.18.0",
"next": "14.2.4",
"next-themes": "0.3.0",
"ot-es.js": "1.0.7",
"prism-react-renderer": "2.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-markdown": "9.0.1",
"react-shadow": "20.5.0",
"react-intersection-observer": "9.13.0",
"react-syntax-highlighter": "15.5.0",
"remark-gfm": "4.0.0",
"tailwind-merge": "2.3.0",
"three": "0.163.0"
},
"devDependencies": {
"@mml-io/mml-schema-validator": "0.18.0",
"@monaco-editor/react": "4.6.0",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
"@types/js-beautify": "1.14.3",
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"@types/react-syntax-highlighter": "15.5.13",
"@types/three": "0.166.0",
"@types/jest": "29.5.12",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"autoprefixer": "10.4.19",
"canvas": "2.11.2",
"cross-env": "7.0.3",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "17.1.0",
"eslint-config-next": "14.2.4",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-html": "8.1.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "6.4.0",
"eslint-plugin-testing-library": "6.2.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"netlify-cli": "17.32.0",
"postcss": "8.4.39",
"prettier": "3.3.2",
"prettier-plugin-tailwindcss": "0.6.5",
"raw-loader": "4.0.2",
"tailwindcss": "3.4.4",
"typescript": "5.5.3"
}
}