-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
50 lines (50 loc) · 1.29 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
{
"name": "onedrive-image-hosting",
"version": "4.0.0",
"description": "Free image hosting service based on OneDrive",
"keywords": [
"microsoft",
"onedrive",
"api",
"image hosting",
"free"
],
"author": "harrisoff",
"homepage": "https://github.com/harrisoff/free-onedrive-image-hosting",
"repository": {
"type": "git",
"url": "git+https://github.com/harrisoff/free-onedrive-image-hosting.git"
},
"license": "MIT",
"scripts": {
"start": "npm run dev",
"dev": "vite",
"build": "tsc&&vite build",
"serve": "vite preview --port 8080"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@harrisoff/onedrive-js-sdk": "^2.0.0",
"@sentry/react": "^7.13.0",
"@sentry/tracing": "^7.13.0",
"antd": "^4.22.8",
"classnames": "^2.3.2",
"copy-to-clipboard": "^3.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"shortid": "^2.2.16"
},
"devDependencies": {
"@types/node": "^18.7.18",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/shortid": "^0.0.29",
"@vitejs/plugin-react": "^2.0.1",
"less": "^4.1.3",
"rollup-plugin-external-globals": "^0.6.1",
"typescript": "^4.6.4",
"vite": "^3.0.7",
"vite-plugin-html": "^3.2.0"
}
}