-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.78 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
54
55
56
57
58
{
"name": "@streamlinehq/streamline-wrapper-react",
"version": "1.3.2",
"private": false,
"description": "React wrapper for Streamline icons and illustrations",
"keywords": ["react", "streamline", "streamline-icons", "icons", "wrapper", "svg", "illustration"],
"author": "<[email protected]>",
"homepage": "https://app.streamline.to",
"license": "MIT",
"bugs": {
"email": "[email protected]",
"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"
}
}