-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.76 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
59
60
61
62
63
64
{
"name": "artemis-ui",
"version": "1.1.0",
"description": "a component ui library for react applications",
"main": "dist/index.js",
"module": "dist/index.es.js",
"author": {
"name": "Rishu Patel",
"url": "https://rishupatel.in"
},
"keywords": [
"react",
"react-component-lib",
"storybook-react",
"artemis",
"artemis ui"
],
"license": "MIT",
"scripts": {
"build": "rollup -c",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"@rollup/plugin-node-resolve": "^13.1.1",
"@rollup/plugin-typescript": "^8.3.0",
"@rollup/pluginutils": "^4.1.2",
"@storybook/addon-a11y": "^6.4.9",
"@storybook/addon-actions": "^6.4.9",
"@storybook/addon-docs": "^6.4.9",
"@storybook/addon-essentials": "^6.4.9",
"@storybook/addon-links": "^6.4.9",
"@storybook/react": "^6.4.9",
"@types/react": "^17.0.38",
"babel-loader": "^8.2.3",
"css-loader": "^3.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"rollup": "^2.62.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
"sass-loader": "^10.2.0",
"storybook-addon-designs": "^6.2.0",
"style-loader": "^1.3.0",
"typescript": "^4.5.4"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"homepage": "https://github.com/iamrishupatel/artemis-ui#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/iamrishupatel/artemis-ui.git"
},
"bugs": {
"url": "https://github.com/iamrishupatel/artemis-ui/issues"
}
}