-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.07 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
{
"name": "pdenticon",
"version": "0.9.2",
"description": " A library for generating polkadot identicons based on @polkadot/ui-shared",
"main": "dist/pdenticon.js",
"types": "./dist/typings/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/RidOne-technologies/pdenticon.git"
},
"scripts": {
"test": "jest",
"build": "webpack",
"prebuild": "rimraf dist && mkdir dist && node copy-types.js"
},
"author": "Mor GUEYE",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
"@babel/preset-env": "^7.13.12",
"@polkadot/ui-shared": "^0.71.3",
"@polkadot/util": "^6.0.5",
"@polkadot/util-crypto": "^6.0.5",
"babel-loader": "^8.2.2",
"compression-webpack-plugin": "^6.1.1",
"copy": "^0.3.2",
"cp-file": "^9.0.0",
"jdenticon": "^3.1.0",
"jest": "^26.6.3",
"rimraf": "^3.0.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.44.2",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.3.0"
}
}