-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.26 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
{
"name": "react-styleguidist-issue-template",
"version": "1.0.0",
"description": "",
"main": "src/index.jsx",
"engines": {
"node": ">=10.13.0"
},
"scripts": {
"start": "npm run styleguide",
"build": "npm run styleguide:build",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build",
"start:app": "webpack-dev-server --open --hot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mitsuruog/react-styleguidist-issue-template.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/mitsuruog/react-styleguidist-issue-template/issues"
},
"homepage": "https://github.com/mitsuruog/react-styleguidist-issue-template#readme",
"devDependencies": {
"@babel/core": "7.11.6",
"@babel/preset-env": "7.11.5",
"@babel/preset-react": "7.10.4",
"babel-loader": "8.1.0",
"css-loader": "4.3.0",
"html-webpack-plugin": "4.5.0",
"source-map-loader": "1.1.0",
"style-loader": "1.2.1",
"webpack": "4.44.2",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0"
},
"dependencies": {
"classnames": "2.2.6",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-styleguidist": "11.1.0"
}
}