35
35
},
36
36
"dependencies" : {
37
37
"@aparna036/babel-explode-module" : " ^2.0.1" ,
38
+ "@atlaskit/code" : " ^11.0.6" ,
39
+ "@atlaskit/css-reset" : " ^5.0.4" ,
38
40
"@babel/core" : " ^7.4.4" ,
39
41
"@babel/plugin-syntax-flow" : " ^7.2.0" ,
40
42
"@babel/plugin-syntax-jsx" : " ^7.2.0" ,
56
58
"babel-type-scopes" : " ^1.1.0" ,
57
59
"babylon" : " ^7.0.0-beta.22" ,
58
60
"babylon-options" : " ^2.0.1" ,
61
+ "bolt" : " ^0.22.6" ,
59
62
"eslint" : " ^5.13.0" ,
60
63
"eslint-config-airbnb" : " ^17.1.0" ,
61
64
"eslint-config-prettier" : " ^4.0.0" ,
65
68
"eslint-plugin-prettier" : " ^3.0.1" ,
66
69
"eslint-plugin-react" : " ^7.12.4" ,
67
70
"jest-in-case" : " ^1.0.2" ,
71
+ "lz-string" : " ^1.4.4" ,
68
72
"preconstruct" : " ^0.0.81" ,
73
+ "react" : " ^16.3.1" ,
74
+ "react-codemirror" : " ^1.0.0" ,
75
+ "react-dom" : " ^16.3.1" ,
76
+ "react-markdown" : " ^4.0.6" ,
69
77
"react-markings" : " ^1.2.0" ,
78
+ "react-router-dom" : " ^5.0.1" ,
70
79
"resolve" : " ^1.10.1" ,
71
- "strip-indent" : " ^2.0.0"
80
+ "strip-indent" : " ^2.0.0" ,
81
+ "styled-components" : " ^4.3.2"
72
82
},
73
83
"devDependencies" : {
84
+ "@babel/core" : " ^7.4.4" ,
74
85
"@babel/plugin-proposal-class-properties" : " ^7.4.4" ,
75
86
"@babel/plugin-transform-runtime" : " ^7.4.4" ,
76
87
"@babel/preset-env" : " ^7.4.4" ,
77
88
"@babel/preset-flow" : " ^7.0.0" ,
78
89
"@babel/preset-react" : " ^7.0.0" ,
90
+ "babel-loader" : " ^8.0.5" ,
79
91
"babel-jest" : " ^24.7.1" ,
80
92
"babel-plugin-emotion" : " ^10.0.14" ,
93
+ "copy-webpack-plugin" : " ^5.0.2" ,
94
+ "css-loader" : " ^2.1.1" ,
81
95
"enzyme" : " ^3.3.0" ,
82
96
"enzyme-adapter-react-16" : " ^1.1.1" ,
83
97
"flow-bin" : " ^0.98.0" ,
98
+ "html-webpack-plugin" : " ^3.2.0" ,
84
99
"jest" : " ^24.7.1" ,
85
100
"jest-in-case" : " ^1.0.2" ,
86
101
"jsdom" : " ^11.7.0" ,
102
+ "null-loader" : " ^0.1.1" ,
87
103
"prettier" : " ^1.13.7" ,
88
104
"react" : " ^16.3.1" ,
89
105
"react-addons-test-utils" : " ^15.6.2" ,
93
109
"webpack-cli" : " ^3.3.0" ,
94
110
"webpack-dev-server" : " ^3.2.1"
95
111
}
96
- }
112
+ }
0 commit comments