-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.88 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "0004-FGTP-Content-Address-EACs-Previewer",
"version": "0.0.1",
"description": "EACs previewer",
"author": {
"name": "Momcilo Dzunic",
"email": "[email protected]"
},
"scripts": {
"clean": "rimraf ./dist",
"build": "webpack --env production",
"serve": "webpack serve --hot=only --mode=development",
"start": "npm run serve"
},
"browserslist": [
"last 1 Chrome version"
],
"dependencies": {
"@filecoin-shipyard/lotus-client-provider-browser": "^1.1.0",
"@filecoin-shipyard/lotus-client-rpc": "^1.2.0",
"@filecoin-shipyard/lotus-client-schema": "^4.2.0",
"ipfs-http-client": "^56.0.3",
"it-all": "^1.0.6",
"moment": "^2.29.3",
"pdfjs-dist": "^2.13.216",
"pdfvuer": "^2.0.1",
"primeflex": "^3.1.3",
"primeicons": "^6.0.1",
"primevue": "^3.12.6",
"uint8arrays": "^3.0.0",
"vue-i18n": "^9.1.9",
"vuex": "^4.0.2"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-stage-2": "^7.8.3",
"@babel/runtime": "^7.17.9",
"@types/glob": "^7.2.0",
"@types/mini-css-extract-plugin": "^2.5.0",
"@vue/compiler-sfc": "^3.2.33",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"glob": "^8.0.1",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.0",
"node-polyfill-webpack-plugin": "^1.1.4",
"node-sass": "^7.0.1",
"postcss-loader": "^6.2.1",
"raw-loader": "^4.0.2",
"rimraf": "^3.0.2",
"sass-loader": "^12.6.0",
"source-map-loader": "^3.0.1",
"vue": "^3.2.33",
"vue-loader": "^17.0.0",
"vue-router": "^4.0.14",
"vue-style-loader": "^4.1.3",
"vue-svg-loader": "^0.10.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1",
"webpack-remove-empty-scripts": "^0.8.0",
"worker-loader": "^3.0.8"
}
}