-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.25 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@nowtv/nowtv-react-toolkit",
"version": "0.0.9",
"description": "NowTV React ui-toolkit",
"main": "./dist/toolkit.js",
"scripts": {
"lint": "eslint src/components",
"build": "webpack && webpack --config docs/webpack.config.js",
"serve": "node ./docs/server/index.js",
"start": "npm run build & npm run serve",
"phantom:install": "npm i phantomjs2 && upx -d ./node_modules/phantomjs2/lib/phantom/bin/phantomjs",
"selenium:install": "selenium-standalone install",
"selenium:start": "selenium-standalone start",
"test:functional": "wdio ./test/wdio.config.js",
"test:unit": "mocha 'test/unit/**/*-test.js' 'src/**/*.spec.js' --require test/jsdom.setup.js --compilers js:babel-core/register --recursive",
"test": "npm run test:unit && npm run lint"
},
"pre-commit": [
"test"
],
"author": "",
"license": "ISC",
"engines": {
"node": "5.1.0"
},
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"babel": "^6.3.13",
"babel-cli": "^6.3.17",
"babel-core": "^6.3.17",
"babel-eslint": "^4.1.6",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"chai": "^3.4.1",
"chai-as-promised": "^5.2.0",
"classnames": "^2.1.1",
"css-loader": "^0.23.0",
"divshot-cli": "^1.10.5",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^2.1.1",
"eslint-plugin-react": "^3.11.3",
"express": "^4.13.3",
"express-handlebars": "^2.0.1",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.4",
"history": "1.13.1",
"jsdom": "^7.2.1",
"mocha": "^2.2.4",
"node-sass": "^3.1.2",
"nowtv-grid": "git+https://github.com/nowarkdev/grid.git",
"react": "^0.14.3",
"react-addons-test-utils": "^0.14.3",
"react-dom": "^0.14.3",
"react-router": "^1.0.2",
"sass-loader": "^3.1.2",
"selenium-standalone": "^4.8.0",
"sinon-chai": "^2.8.0",
"style-loader": "^0.13.0",
"url-loader": "^0.5.6",
"webdriverio": "^3.3.0",
"webpack": "^1.7.3",
"webpack-dev-server": "^1.9.0"
},
"dependencies": {
"keymaster": "^1.6.2",
"nowtv-toolkit": "https://github.com/sky-uk/nowtv-toolkit.git#v0.0.5",
"sinon": "^1.17.2"
}
}