forked from vimercati-samir/react-progress-stepper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.3 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.3 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"homepage": "https://github.com/vimercati-samir/react-progress-stepper.git",
"name": "@lockistrike/react-progress-stepper",
"main": "dist/index.js",
"version": "0.3.9",
"private": false,
"files": [
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vimercati-samir/react-progress-stepper.git"
},
"dependencies": {
"styled-components": "^5.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 6006 -s public",
"clean": "rimraf dist",
"compile": "npm run clean && cross-env NODE_ENV=production babel src --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,stories.js,__snapshots__",
"predeploy": "npm run build-storybook",
"deploy-storybook": "gh-pages -d storybook-static",
"build-storybook": "build-storybook"
},
"eslintConfig": {
"extends": [
"react-app"
],
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"styled-components": "^5"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/node-logger": "^6.4.22",
"@storybook/preset-create-react-app": "^4.1.0",
"@storybook/react": "^6.4.22",
"cross-env": "^7.0.3",
"gh-pages": "^3.2.3"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "5.0.1"
},
"description": "<p align=\"center\"> <br/> <img src=\"https://i.ibb.co/dKD1dYq/samir-repo.png\"> <br/> </p>",
"bugs": {
"url": "https://github.com/vimercati-samir/react-progress-stepper/issues"
},
"directories": {
"doc": "docs"
},
"author": "lockistrike",
"license": "ISC"
}