-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.39 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": "UPR-token-app",
"version": "0.0.1-alpha.01",
"author": "[email protected]",
"license": "MIT",
"scripts": {
"update-uprtcl": "ncu -u \"/^@uprtcl.*$/\"",
"build": "rimraf dist-pages && webpack",
"start": "webpack-dev-server --mode=development",
"dev": "npm start",
"deploy": "npm run build && ./deploy.sh prd"
},
"dependencies": {
"@material/mwc-button": "^0.20.0",
"@material/mwc-circular-progress": "^0.20.0",
"@vaadin/router": "^1.7.2",
"@webcomponents/webcomponentsjs": "^2.5.0",
"ethers": "^5.0.24",
"lit-element": "^2.2.3"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/preset-typescript": "^7.9.0",
"@open-wc/building-webpack": "^2.13.16",
"@types/navigo": "^7.0.1",
"babel-loader": "^8.1.0",
"babel-polyfill": "^6.26.0",
"base-href-webpack-plugin": "^2.0.0",
"concurrently": "^5.2.0",
"copy-webpack-plugin": "^5.1.1",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"es-dev-server": "^1.5.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^3.2.0",
"rimraf": "^2.6.3",
"temp-dir": "^2.0.0",
"ts-loader": "^6.2.2",
"typescript": "^3.8.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"npm-check-updates": "^10.2.1"
}
}