File tree Expand file tree Collapse file tree 7 files changed +1025
-1082
lines changed
examples/react-styleguidist-example Expand file tree Collapse file tree 7 files changed +1025
-1082
lines changed Original file line number Diff line number Diff line change
1
+ # Example project
2
+
3
+ First you need to install depedencies either by running ` yarn install ` or ` npm install ` .
4
+
5
+ Then you can start it with ` yarn start ` or ` npm start ` and navigate to http://localhost:6060/ .
6
+
7
+ The project was tested against the _ node version v10.0.1_ .
Original file line number Diff line number Diff line change 16
16
},
17
17
"license" : " MIT" ,
18
18
"dependencies" : {
19
- "@types/react" : " ^16.0.34 " ,
20
- "@types/react-dom" : " ^16.0.3 " ,
21
- "react" : " ^16.2 .0" ,
22
- "react-dom" : " ^16.2 .0"
19
+ "@types/react" : " ^16.4.14 " ,
20
+ "@types/react-dom" : " ^16.0.7 " ,
21
+ "react" : " ^16.5 .0" ,
22
+ "react-dom" : " ^16.5 .0"
23
23
},
24
24
"devDependencies" : {
25
25
"husky" : " ^0.14.3" ,
26
- "lint-staged" : " ^6.0.1 " ,
27
- "prettier" : " ^1.10 .2" ,
28
- "react-docgen-typescript" : " ^1.2.2 " ,
29
- "react-styleguidist" : " ^6.1.0 " ,
30
- "ts-loader" : " ^3.3 .0" ,
31
- "tslint" : " ^5.9.1 " ,
32
- "typescript" : " ^2.3 .3" ,
33
- "webpack" : " ^3.10 .0"
26
+ "lint-staged" : " ^7.2.2 " ,
27
+ "prettier" : " ^1.14 .2" ,
28
+ "react-docgen-typescript" : " ^1.8.0 " ,
29
+ "react-styleguidist" : " ^7.3.7 " ,
30
+ "ts-loader" : " ^5.1 .0" ,
31
+ "tslint" : " ^5.11.0 " ,
32
+ "typescript" : " ^3.0 .3" ,
33
+ "webpack" : " ^4.18 .0"
34
34
}
35
35
}
You can’t perform that action at this time.
0 commit comments