-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
70 lines (70 loc) · 1.75 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
65
66
67
68
69
70
{
"name": "react-img-mapper-docs",
"version": "1.0.0",
"description": "Documentation of React Img Mapper",
"keywords": [
"react",
"react-img-mapper",
"react-image-mapper",
"img-mapper",
"image-mapper",
"img mapper",
"image mapper",
"docs react img mapper",
"react img mapper docs",
"docs react image mapper",
"react image mapper docs"
],
"homepage": "https://react-img-mapper.github.io/docs",
"bugs": {
"url": "https://github.com/react-img-mapper/docs/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/react-img-mapper/docs.git"
},
"license": "MIT",
"scripts": {
"build": "build-storybook",
"predeploy": "npm run build",
"deploy": "gh-pages -d storybook-static",
"start": "start-storybook -p 3000"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@storybook/addon-actions": "^6.4.9",
"@storybook/addon-essentials": "^6.4.9",
"@storybook/addon-links": "^6.4.9",
"@storybook/addons": "^6.4.9",
"@storybook/api": "^6.4.9",
"@storybook/components": "^6.4.9",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.4.9",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-fast-compare": "^3.2.0",
"react-img-mapper": "^1.5.0",
"react-syntax-highlighter": "^15.4.5"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"css-loader": "^5.1.3",
"gh-pages": "^3.1.0",
"prettier": "^2.5.1",
"sass": "^1.45.0",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0"
}
}