-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.67 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
{
"name": "feather-icons-react-typescript",
"version": "1.0.0",
"main": "index.js",
"private": true,
"repository": "https://github.com/ArthurIvanov/feather-icons-react-typescript",
"author": "Artur Ivanov <arthur.ivanov.art@gmail.com>",
"license": "MIT",
"keywords": [
"feather",
"icons",
"react",
"typescript",
"svg",
"inline",
"ui",
"library",
"feather icons"
],
"workspaces": [
"packages/feather"
],
"scripts": {
"build": "tsc --build",
"watch": "tsc --build && tsc --watch",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"update": "yarn changeset",
"release": "yarn build && yarn changeset publish",
"monorepo:check": "manypkg check",
"monorepo:fix": "manypkg fix",
"clean": "rm -rf node_modules/.cache && rimraf packages/**/**/{tsconfig.tsbuildinfo,lib,dist}"
},
"dependencies": {
"@babel/core": "^7.12.10",
"@changesets/cli": "^2.9.2",
"@manypkg/cli": "^0.17.0",
"@storybook/addon-actions": "^6.1.11",
"@storybook/addon-essentials": "^6.1.11",
"@storybook/addon-links": "^6.1.11",
"@storybook/addon-storysource": "^6.1.11",
"@storybook/react": "^6.1.11",
"@types/feather-icons": "^4.7.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"babel-loader": "^8.2.2",
"html-react-parser": "^1.1.1",
"prettier": "^2.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rimraf": "^3.0.2",
"typescript": "^4.1.3"
}
}