-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.25 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.25 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
{
"name": "jmuffat",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_ICU_DATA=node_modules/full-icu next dev --turbopack",
"build": "node content-idx/gen.mjs && NODE_ICU_DATA=node_modules/full-icu next build",
"start": "next start",
"lint": "next lint",
"index": "node content-idx/gen.mjs",
"map-gen": "node map-gen/index.js",
"iso3166": "node map-gen/iso3166-wikipedia-import/index.js",
"todo-fr": "node i18n/todo-fr.js"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.893.0",
"@formatjs/intl-localematcher": "^0.8.1",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^16.1.6",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-menubar": "^1.1.16",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.1.0",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/typography": "^0.5.19",
"@types/mdx": "^2.0.13",
"cheerio": "^1.1.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.3.1",
"eslint-plugin-next": "^0.0.0",
"file-saver": "^2.0.5",
"full-icu": "^1.5.0",
"gray-matter": "^4.0.3",
"lucide-react": "^0.576.0",
"martinez-polygon-clipping": "^0.8.1",
"negotiator": "^1.0.0",
"next": "^16.1.6",
"next-mdx-remote": "^6.0.0",
"next-themes": "^0.4.6",
"react": "^19.2.3",
"react-color": "^2.19.3",
"react-dom": "^19.2.3",
"react-intl": "^8.1.3",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.0",
"rehype-external-links": "^3.0.0",
"rehype-highlight": "^7.0.2",
"rehype-sanitize": "^6.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-mdx-frontmatter": "^5.2.0",
"sass": "^1.96.0",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.12",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@formatjs/cli": "^6.7.4",
"babel-plugin-formatjs": "^11.2.4",
"eslint-config-next": "^16.1.6",
"eslint-plugin-formatjs": "^6.2.0",
"mkdirp": "^3.0.1",
"node-fetch": "^3.3.2",
"parsedbf": "^2.0.0",
"raw-loader": "^4.0.2"
}
}