UNPKG

3.01 kBJSONView Raw
1{
2 "name": "ui-harness",
3 "version": "3.15.0",
4 "description": "Create, isolate and test modular UI components in React.",
5 "main": "./lib/server",
6 "scripts": {
7 "build:watch": "npm run build -- --watch",
8 "build": "./node_modules/babel-cli/bin/babel.js src --out-dir lib --source-maps",
9 "dev": "QUICK_BUILD=true ./node_modules/.bin/nodemon -x \"./node_modules/babel-cli/bin/babel-node.js start.js\"",
10 "lint": "eslint --ext .js,.jsx ./src && tslint src/**/*.ts{,x}",
11 "prepublish": "npm test && npm run lint && rm -rf lib && npm run build",
12 "start": "node start",
13 "tdd": "npm run test -- --reporter min --watch",
14 "test": "./node_modules/mocha/bin/mocha --recursive --compilers js:babel-register"
15 },
16 "dependencies": {
17 "adm-zip": "^0.4.7",
18 "awesome-typescript-loader": "^2.0.1",
19 "babel-core": "^6.9.1",
20 "babel-loader": "^6.2.4",
21 "babel-plugin-transform-class-properties": "^6.9.1",
22 "babel-polyfill": "^6.9.1",
23 "babel-preset-es2015": "^6.9.0",
24 "babel-preset-react": "^6.5.0",
25 "babel-preset-stage-0": "^6.5.0",
26 "babel-relay-plugin": "^0.9.2",
27 "bluebird": "^3.4.0",
28 "chalk": "^1.1.1",
29 "color": "^0.11.1",
30 "compression": "^1.6.2",
31 "css-loader": "^0.23.1",
32 "express": "^4.14.0",
33 "express-graphql": "^0.5.3",
34 "file-loader": "^0.9.0",
35 "filesize": "^3.1.5",
36 "fs-extra": "^0.30.0",
37 "graphql": "^0.6.1",
38 "graphql-relay": "^0.4.2",
39 "immutable": "^3.7.4",
40 "invariant": "^2.2.0",
41 "js-bdd": "^2.0.0",
42 "js-util": "^2.0.2",
43 "js-yaml": "^3.6.1",
44 "json-loader": "^0.5.2",
45 "marked": "^0.3.5",
46 "memory-fs": "^0.3.0",
47 "minimist": "^1.2.0",
48 "moment": "^2.11.1",
49 "radium": "^0.17.2",
50 "ramda": "^0.21.0",
51 "react": "^15.2.1",
52 "react-atoms": "^2.0.11",
53 "react-dom": "^15.2.1",
54 "react-object": "^2.0.13",
55 "react-relay": "^0.9.2",
56 "react-schema": "^1.3.0",
57 "semver": "^5.1.0",
58 "shelljs": "^0.7.0",
59 "style-loader": "^0.13.0",
60 "url-loader": "^0.5.7",
61 "webpack": "^1.13.1",
62 "webpack-dev-server": "^1.14.1"
63 },
64 "devDependencies": {
65 "babel-cli": "^6.10.1",
66 "babel-eslint": "^6.1.2",
67 "babel-register": "^6.9.0",
68 "chai": "^3.5.0",
69 "eslint": "^3.0.1",
70 "eslint-config-airbnb": "^9.0.1",
71 "eslint-plugin-import": "^1.10.3",
72 "eslint-plugin-jsx-a11y": "^2.0.1",
73 "eslint-plugin-react": "^5.2.2",
74 "mocha": "^2.5.3",
75 "nodemon": "^1.8.1",
76 "sinon": "^1.16.1",
77 "tslint": "^3.11.0",
78 "tslint-react": "^0.4.0",
79 "typescript": "^1.9.0-dev.20160617-1.0",
80 "typings": "^1.3.0"
81 },
82 "repository": {
83 "type": "git",
84 "url": "https://github.com/philcockfield/ui-harness.git"
85 },
86 "keywords": [
87 "ui",
88 "testing",
89 "bdd",
90 "react",
91 "modular",
92 "design",
93 "react-component"
94 ],
95 "author": "Phil Cockfield",
96 "license": "MIT",
97 "bugs": {
98 "url": "https://github.com/philcockfield/ui-harness/issues"
99 },
100 "homepage": "http://uiharness.com"
101}