aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-tools-pages/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dev-tools-pages/package.json')
-rw-r--r--packages/dev-tools-pages/package.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/dev-tools-pages/package.json b/packages/dev-tools-pages/package.json
index 5acf471c6..48a4239a2 100644
--- a/packages/dev-tools-pages/package.json
+++ b/packages/dev-tools-pages/package.json
@@ -1,6 +1,6 @@
{
- "name": "@0xproject/dev-tools-pages",
- "version": "0.0.1",
+ "name": "@0x/dev-tools-pages",
+ "version": "0.0.3",
"engines": {
"node": ">=6.12"
},
@@ -11,13 +11,16 @@
"build:ci": "yarn build",
"build:dev": "../../node_modules/.bin/webpack --mode development",
"clean": "shx rm -f public/bundle*",
- "lint": "tslint --project . 'ts/**/*.ts' 'ts/**/*.tsx'",
+ "lint": "tslint --format stylish --project . 'ts/**/*.ts' 'ts/**/*.tsx'",
"dev": "webpack-dev-server --mode development --content-base public"
},
"license": "Apache-2.0",
"dependencies": {
"@0xproject/react-shared": "^1.0.15",
"highlight.js": "^9.13.1",
+ "@0x/react-shared": "^1.0.18",
+ "basscss": "^8.0.3",
+ "bowser": "^1.9.3",
"less": "^2.7.2",
"polished": "^1.9.2",
"react": "^16.5.2",