-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 933 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 933 Bytes
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
{
"name": "maptalks.debug",
"private": false,
"version": "0.0.2",
"type": "module",
"main": "dist/maptalksDebug.js",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"ii": "pnpm install --registry=https://registry.npm.taobao.org",
"push": "npm run build && npm version patch --no-git-tag-version && npm publish"
},
"files": [
"dist/",
"package.json"
],
"repository": {
"type": "git",
"url": "https://github.com/rookiefront/maptalks-debug.git"
},
"bugs": {
"url": "https://github.com/rookiefront/maptalks-debug/issues"
},
"dependencies": {},
"devDependencies": {
"@types/maptalks": "^0.49.3",
"@vitejs/plugin-vue": "^4.1.0",
"element-plus": "2.3.12",
"maptalks": "^1.0.0-rc.25",
"sass": "1.66.1",
"typescript": "5.0.4",
"vite": "4.3.2",
"vue": "3.2.45",
"vue-tsc": "1.4.2"
}
}