forked from zamarrowski/react-ionicons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "react-ionicons",
"version": "4.2.0",
"description": "A React SVG ionicon component",
"author": "zamarrowski",
"license": "ISC",
"main": "lib/index.js",
"dependencies": {
"prop-types": "15.5.10",
"react": "17.0.1",
"react-dom": "17.0.1"
},
"scripts": {
"prepublish": "babel ./src --out-dir ./lib --source-maps --presets es2015,react,stage-2 --plugins babel-plugin-add-module-exports && yarn ts",
"start": "webpack --watch",
"build": "webpack",
"ts": "tsc"
},
"devDependencies": {
"babel": "6.23.0",
"babel-cli": "6.23.0",
"babel-core": "6.23.1",
"babel-loader": "6.3.2",
"babel-plugin-add-module-exports": "0.2.1",
"babel-preset-es2015": "6.22.0",
"babel-preset-react": "6.23.0",
"babel-preset-stage-2": "6.22.0",
"css-loader": "0.26.1",
"file-loader": "0.10.1",
"jsx-loader": "0.13.2",
"style-loader": "0.13.1",
"styled-components": "5.2.1",
"typescript": "^4.1.3",
"webpack": "2.2.1"
},
"peerDependencies": {
"browserify-css": "0.12.0",
"styled-components": ">= 4"
},
"browserify": {
"transform": [
"browserify-css"
]
}
}