aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-12-20 14:55:36 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:52 +0300
commit359f345ab5739bbd258da9b8a0b053005e392ead (patch)
treef40f72d5e1e4bc7380beb3d21213567a9a8eae04 /vnext/package.json
parenta5987ebf9ca3fdb7011a457f63f643b0719b1e01 (diff)
drop jade, update styles and template
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json9
1 files changed, 2 insertions, 7 deletions
diff --git a/vnext/package.json b/vnext/package.json
index a7582b9a..b101fde9 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -15,13 +15,9 @@
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
- "babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.28.7",
- "extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
- "jade": "^1.11.0",
- "jade-html-loader": "0.0.3",
- "jade-react-loader": "^1.0.2",
+ "image-webpack-loader": "^3.4.2",
"prop-types": "^15.6.0",
"react-hot-loader": "^3.1.3",
"style-loader": "^0.19.1",
@@ -31,8 +27,7 @@
"babel": {
"presets": [
"es2015",
- "react",
- "stage-0"
+ "react"
]
},
"dependencies": {