forked from emeraldpay/emerald-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.28 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
{
"name": "@emeraldplatform/ui-icons",
"version": "0.5.2",
"description": "Emerald icons as a React components",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"scripts": {
"test": "",
"test:coverage": "",
"prepublish": "yarn build",
"gen:icons": "node scripts/svg-build-optimize.js",
"build": "tsc",
"storybook": "start-storybook -p 9001 -c .storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ETCDEVTeam/emerald-js.git"
},
"keywords": [
"ethereum",
"blockchain",
"smart contract",
"icons"
],
"author": "Yuriy Gagarin <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ETCDEVTeam/emerald-js/issues"
},
"homepage": "https://emeraldplatform.io",
"dependencies": {
"@material-ui/core": "^4.3.3",
"react": "^16.8.6"
},
"devDependencies": {
"@emeraldplatform/svg-icons": "^0.5.1",
"@storybook/react": "^4.1.11",
"@types/jest": "^24.0.11",
"@types/node": "^10.12.18",
"awesome-typescript-loader": "^5.2.1",
"jest": "^24.7.1",
"svgo": "^1.1.1",
"ts-jest": "^24.0.2",
"typescript": "3.4.2",
"underscore.string": "^3.3.5"
},
"publishConfig": {
"access": "public"
}
}