forked from aroc/streamline-wrapper-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.81 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.81 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@streamlinehq/streamline-wrapper-react",
"version": "1.3.4",
"private": false,
"description": "React wrapper for Streamline icons and illustrations",
"keywords": [
"react",
"streamline",
"streamline-icons",
"icons",
"wrapper",
"svg",
"illustration"
],
"author": "<support@webalys.com>",
"homepage": "https://app.streamline.to",
"license": "MIT",
"bugs": {
"email": "support@webalys.com",
"url": "https://github.com/webalys-hq/streamline-wrapper-react/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/webalys-hq/streamline-wrapper-react"
},
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "NODE_ENV=production rollup -c",
"dev": "NODE_ENV=development rollup -c -w",
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix"
},
"browserslist": [
"defaults"
],
"dependencies": {},
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"@rollup/plugin-replace": "^2.3.4",
"@rollup/plugin-typescript": "^6.1.0",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"prettier": "^2.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rollup": "^2.33.3",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.0.3",
"typescript": "^4.1.2"
}
}