-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.32 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
{
"name": "beam-nft-marketplace",
"version": "0.0.1",
"description": "BEAM NFT Marketplace",
"main": "html/index.html",
"repository": "git@github.com:BeamMW/nft-marketplace.git",
"author": "BEAM Team",
"license": "Apache-2.0",
"scripts": {
"watch": "webpack --watch --mode=development",
"serve": "webpack serve --mode=development",
"build": "webpack --mode=production"
},
"devDependencies": {
"@popperjs/core": "^2.11.5",
"@vueuse/rxjs": "^8.4.2",
"beam-wasm-client-dappnet": "^7.1.12891",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.5.0",
"dexie": "^3.2.2",
"eslint": "^8.11.0",
"eslint-plugin-vue": "^8.5.0",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "^6.2.0",
"htm": "3.0.4",
"html-webpack-plugin": "^5.5.0",
"install": "^0.13.0",
"mini-css-extract-plugin": "^2.4.3",
"rxjs": "^7.5.5",
"stylelint": "^14.5.3",
"stylelint-plugin-stylus": "^0.13.1",
"stylelint-processor-html": "^1.0.0",
"stylelint-webpack-plugin": "^3.1.1",
"stylus": "^0.56.0",
"stylus-loader": "^6.2.0",
"vue": "^3.2.31",
"vue-class-component": "^8.0.0-rc.1",
"vue-datatables-net": "^2.0.0",
"vue-loader": "^17.0.0",
"vue-router": "4",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0"
}
}