-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.31 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
{
"name": "@espanicon/espanicon-sdk",
"version": "1.3.11",
"description": "JS SDK for the ICON Network",
"exports": {
"import": "./dist/main.web.js",
"require": "./dist/main.cjs.js",
"node": {
"require": "./dist/main.cjs.js"
},
"default": "./dist/main.web.js"
},
"scripts": {
"test-node": "node test-node/main.tests.js",
"test-node-build": "node test-node/build/main.tests.js",
"build": "webpack",
"test-web": "webpack serve --open"
},
"keywords": [
"ICON",
"Blockchain",
"SDK"
],
"author": "Fidelve",
"license": "MIT",
"repository": {
"type": "git",
"repository": "[email protected]:Espanicon/espanicon-sdk.git",
"url": "https://github.com/Espanicon/espanicon-sdk"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-env": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"dotenv": "^16.0.1",
"dotenv-webpack": "^8.0.0",
"eslint": "^8.25.0",
"html-webpack-plugin": "^5.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.3",
"uuid": "^8.3.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
}
}