-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "pdsc-collection-viewer-v2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"develop": "npm install && vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": ";"
},
"author": "Marco La Rosa",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.3.0",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"autoprefixer": "^10.4.13",
"core-js": "^3.3.6",
"element-plus": "^2.2.29",
"hammerjs": "^2.0.8",
"iv-viewer": "^2.0.1",
"lodash": "^4.17.21",
"regenerator-runtime": "^0.13.3",
"tailwindcss": "^3.2.6",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"vue-scrollto": "^2.20.0",
"vuex": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"postcss": "^8.4.21",
"sass": "^1.58.0",
"vite": "^4.1.1"
}
}