-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
44 lines (44 loc) · 1.25 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
{
"name": "react-styleguidist-typescript-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "./node_modules/.bin/webpack && cp src/index.html dist/index.html",
"start": "./node_modules/.bin/webpack-dev-server --port 9000 --open --hot --inline --content-base src",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build"
},
"engines": {
"node": ">=10.13.0"
},
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"@types/react": "16.9.22",
"@types/react-dom": "16.9.5",
"@types/react-intl": "3.0.0",
"@types/react-intl-redux": "0.1.14",
"@types/react-redux": "7.1.7",
"@types/redux": "3.6.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-intl": "3.12.0",
"react-intl-redux": "2.2.0",
"react-redux": "7.2.0",
"redux": "4.0.5",
"typesafe-actions": "4.4.2"
},
"devDependencies": {
"css-loader": "3.4.2",
"react-docgen-typescript": "1.16.2",
"react-styleguidist": "10.6.2",
"source-map-loader": "0.2.4",
"style-loader": "1.1.3",
"ts-loader": "6.2.1",
"typescript": "3.7.4",
"webpack": "4.41.5",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.10.1"
}
}