UNPKG

3.01 kBJSONView Raw
1{
2 "name": "ui-harness",
3 "version": "3.14.7",
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 "babel-core": "^6.9.1",
19 "babel-loader": "^6.2.4",
20 "babel-plugin-transform-class-properties": "^6.9.1",
21 "babel-polyfill": "^6.9.1",
22 "babel-preset-es2015": "^6.9.0",
23 "babel-preset-react": "^6.5.0",
24 "babel-preset-stage-0": "^6.5.0",
25 "babel-relay-plugin": "^0.9.0",
26 "bluebird": "^3.4.0",
27 "chalk": "^1.1.1",
28 "color": "^0.11.1",
29 "compression": "^1.6.2",
30 "css-loader": "^0.23.1",
31 "express": "^4.14.0",
32 "express-graphql": "^0.5.3",
33 "file-loader": "^0.9.0",
34 "filesize": "^3.1.5",
35 "fs-extra": "^0.30.0",
36 "graphql": "^0.6.1",
37 "graphql-relay": "^0.4.2",
38 "immutable": "^3.7.4",
39 "invariant": "^2.2.0",
40 "js-bdd": "^2.0.0",
41 "js-util": "^2.0.2",
42 "js-yaml": "^3.6.1",
43 "json-loader": "^0.5.2",
44 "marked": "^0.3.5",
45 "memory-fs": "^0.3.0",
46 "minimist": "^1.2.0",
47 "moment": "^2.11.1",
48 "radium": "^0.17.1",
49 "ramda": "^0.21.0",
50 "react": "^15.1.0",
51 "react-atoms": "^2.0.11",
52 "react-dom": "^15.1.0",
53 "react-object": "^2.0.13",
54 "react-relay": "^0.9.0",
55 "react-schema": "^1.3.0",
56 "semver": "^5.1.0",
57 "shelljs": "^0.7.0",
58 "style-loader": "^0.13.0",
59 "url-loader": "^0.5.7",
60 "webpack": "^1.13.1",
61 "webpack-dev-server": "^1.14.1"
62 },
63 "devDependencies": {
64 "awesome-typescript-loader": "^1.1.1",
65 "babel-cli": "^6.10.1",
66 "babel-eslint": "^6.0.5",
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.8.1",
72 "eslint-plugin-jsx-a11y": "^1.5.5",
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.3.2",
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}