-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
35 lines (35 loc) · 1.01 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
{
"name": "outline-icons",
"version": "3.10.0",
"description": "An iconset designed for the Outline editor and knowledge base",
"main": "lib/index.js",
"license": "BSD-3-Clause",
"funding": "https://github.com/sponsors/outline",
"scripts": {
"build": "yarn tsc",
"prepublish": "yarn build",
"start": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"browserslist": "> 0.25%, not dead",
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.4",
"@babel/preset-react": "^7.22.3",
"@babel/preset-typescript": "^7.21.5",
"@storybook/addon-backgrounds": "^7.0.18",
"@storybook/react": "^7.0.18",
"@storybook/react-webpack5": "^7.0.18",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"babel-loader": "^9.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.0.18",
"typescript": "^5.1.3",
"webpack": "^5.85.0"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0"
}
}