-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.08 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.08 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
{
"name": "webnn-docs",
"version": "0.0.1",
"description": "WebNN Documentation",
"author": "Belem Zhang",
"license": "Apache-2.0",
"scripts": {
"dev": "next --turbopack",
"build": "next build && npm run postbuild",
"postbuild": "pagefind --site .next/server/app --output-path public/_pagefind && next-sitemap",
"start": "next start"
},
"keywords": [
"WebNN"
],
"bugs": {
"url": "https://github.com/webmachinelearning/webnn-docs/issues"
},
"homepage": "https://github.com/webmachinelearning/webnn-docs#readme",
"dependencies": {
"@next/third-parties": "^16.1.6",
"@tailwindcss/postcss": "^4.2.1",
"@xyflow/react": "^12.10.1",
"framer-motion": "^12.35.0",
"next": "^16.1.6",
"nextra": "^4.6.1",
"nextra-theme-docs": "^4.6.1",
"postcss": "^8.5.8",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwindcss": "^4.2.1"
},
"devDependencies": {
"@codesandbox/sandpack-react": "^2.20.0",
"@types/node": "25.3.5",
"@types/react": "19.2.14",
"next-sitemap": "^4.2.3",
"pagefind": "^1.4.0"
}
}