-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
54 lines (54 loc) · 1.46 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
{
"name": "maptalk-examples",
"version": "1.0.0",
"description": "examples for maptalks.js",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"thumb": "ts-node --project tsconfig.thumb.json scripts/thumbnail.ts"
},
"dependencies": {
"@ant-design/icons": "^5.1.4",
"antd": "^5.8.2",
"github-markdown-css": "^5.2.0",
"js-beautify": "^1.14.9",
"mobx": "^6.10.0",
"mobx-react-lite": "^4.0.3",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.15.0",
"react-syntax-highlighter": "^15.5.0",
"react-use": "^17.4.0",
"remark-gfm": "^3.0.1",
"styled-components": "^6.0.7"
},
"devDependencies": {
"@types/js-beautify": "^1.14.0",
"@types/react": "^18.2.20",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.2.7",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^4.0.4",
"puppeteer": "^21.0.2",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vite-plugin-compression": "^0.5.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maptalks/examples.git"
},
"keywords": [
"maptalks",
"examples",
"demo"
],
"license": "GPL-3.0",
"homepage": "https://github.com/maptalks/examples#readme"
}