-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 833 Bytes
/
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
{
"name": "jsonapi-browser",
"version": "0.2.0",
"description": "Browser for web API implementing JSON:API v1.0.",
"private": true,
"repository": "https://github.com/masterT/jsonapi-browser",
"author": "Simon Thiboutôt <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"jsonapi-metal-client": "^0.1.0",
"vue": "^3.2.25",
"vue-router": "4"
},
"devDependencies": {
"@babel/core": "^7.17.2",
"@vitejs/plugin-legacy": "^1.7.1",
"@vitejs/plugin-vue": "^2.0.0",
"babel-loader": "^8.2.3",
"typescript": "^4.4.4",
"vite": "^2.7.2",
"vite-plugin-windicss": "^1.7.0",
"vue-loader": "^16.8.3",
"vue-tsc": "^0.29.8",
"windicss": "^3.4.3"
}
}