forked from outline/outline-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.11 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
{
"name": "outline-icons",
"version": "1.32.0",
"description": "An iconset designed for the Outline editor and wiki",
"main": "lib/index.js",
"license": "BSD-3-Clause",
"funding": "https://github.com/sponsors/outline",
"scripts": {
"build": "babel src -d lib",
"prepublish": "yarn run build",
"start": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"browserslist": "> 0.25%, not dead",
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-transform-destructuring": "^7.12.1",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.12.11",
"@babel/preset-flow": "^7.12.1",
"@babel/preset-react": "^7.12.10",
"@storybook/addon-actions": "^6.3.8",
"@storybook/addon-essentials": "^6.3.8",
"@storybook/addon-links": "^6.3.8",
"@storybook/react": "^6.3.8",
"babel-loader": "^8.2.2",
"babel-plugin-styled-components": "^1.12.0",
"flow-bin": "^0.143.1",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}