Implement UI theme colors.
Этот коммит содержится в:
@@ -4,13 +4,14 @@
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"autolinker": "0.18.1",
|
||||
"babel-runtime": "5.8.24",
|
||||
"bootstrap-colorpicker": "2.2.0",
|
||||
"flux": "2.1.1",
|
||||
"keymirror": "0.1.1",
|
||||
"marked": "0.3.5",
|
||||
"object-assign": "3.0.0",
|
||||
"react-zeroclipboard-mixin": "0.1.0",
|
||||
"twemoji": "1.4.1",
|
||||
"babel-runtime": "5.8.24",
|
||||
"marked": "0.3.5"
|
||||
"twemoji": "1.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browserify": "11.0.1",
|
||||
@@ -28,8 +29,15 @@
|
||||
},
|
||||
"browserify": {
|
||||
"transform": [
|
||||
["babelify", { "optional": ["runtime"] }],
|
||||
"envify"
|
||||
[
|
||||
"babelify",
|
||||
{
|
||||
"optional": [
|
||||
"runtime"
|
||||
]
|
||||
}
|
||||
],
|
||||
"envify"
|
||||
]
|
||||
},
|
||||
"jest": {
|
||||
|
||||
Ссылка в новой задаче
Block a user