|
2 | 2 | "name": "quran", |
3 | 3 | "version": "1.0.0", |
4 | 4 | "private": false, |
| 5 | + "repository": "https://github.com/quran/quran.com-frontend", |
5 | 6 | "scripts": { |
6 | 7 | "test": "npm run test:dev:unit", |
7 | | - "test:ci:unit": "./node_modules/karma/bin/karma start --browsers PhantomJS --single-run; npm run test:ci:lint", |
| 8 | + "test:ci:unit": "karma start --browsers PhantomJS --single-run; npm run test:ci:lint", |
8 | 9 | "test:ci:functional": "BROWSER=phantomjs bash tests/functional/test.sh start-ci", |
9 | 10 | "posttest:ci:functional": "bash tests/functional/test.sh stop", |
10 | | - "test:ci:unit": "karma start --browsers PhantomJS --single-run; npm run test:ci:lint", |
11 | | - "test:dev:unit": "karma start", |
12 | | - "test:ci:lint": "eslint ./src/**/*.js", |
13 | 11 | "test:dev:unit": "./node_modules/karma/bin/karma start", |
| 12 | + "test:ci:lint": "eslint ./src/**/*.js", |
14 | 13 | "test:dev:functional": "BROWSER=chrome bash tests/functional/test.sh start", |
15 | 14 | "posttest:dev:functional": "bash tests/functional/test.sh stop", |
16 | | - "test:dev:lint": "eslint ./src/scripts/**/*.js", |
17 | | - "test:stylelint": "stylelint './src/**/*.scss' --config webpack/.stylelintrc", |
| 15 | + "test:dev:lint": "node_modules/eslint/bin/eslint.js ./src/scripts/**/*.js", |
| 16 | + "test:stylelint": "node_modules/stylelint/dist/cli.js './src/**/*.scss' --config webpack/.stylelintrc", |
18 | 17 | "dev": "node webpack/dev-server.js & PORT=8000 node start.js", |
19 | 18 | "start": "NODE_PATH=\"./src\" node ./start", |
20 | 19 | "build": "node ./node_modules/webpack/bin/webpack.js --config webpack/prod.config.js", |
|
23 | 22 | "analyze:json": "webpack-bundle-size-analyzer bundle-stats.json" |
24 | 23 | }, |
25 | 24 | "engines": { |
26 | | - "node": ">= 5.1.0" |
| 25 | + "node": ">= 6.3.0" |
27 | 26 | }, |
28 | 27 | "dependencies": { |
29 | 28 | "app-module-path": "^1.0.2", |
30 | 29 | "autoprefixer-loader": "^3.1.0", |
31 | 30 | "babel": "^6.5.2", |
| 31 | + "babel-core": "^6.13.2", |
32 | 32 | "babel-loader": "^6.2.4", |
33 | 33 | "babel-plugin-add-module-exports": "^0.1.4", |
34 | 34 | "babel-plugin-system-import-transformer": "^2.0.0", |
|
37 | 37 | "babel-plugin-transform-runtime": "^6.7.5", |
38 | 38 | "babel-plugin-typecheck": "^3.8.0", |
39 | 39 | "babel-polyfill": "^6.7.4", |
40 | | - "babel-preset-es2015": "^6.6.0", |
41 | | - "babel-preset-es2015-webpack": "^6.4.1", |
| 40 | + "babel-preset-es2015": "^6.13.2", |
42 | 41 | "babel-preset-react": "^6.5.0", |
43 | 42 | "babel-preset-stage-0": "^6.5.0", |
44 | | - "babel-register": "^6.7.2", |
45 | | - "babel-runtime": "^6.6.1", |
| 43 | + "babel-register": "^6.11.6", |
| 44 | + "babel-runtime": "^6.11.6", |
46 | 45 | "body-parser": "^1.14.1", |
47 | 46 | "bootstrap-loader": "^1.0.10", |
48 | 47 | "bootstrap-sass": "~3.3.1", |
|
59 | 58 | "debug": "^2.2.0", |
60 | 59 | "dotenv": "^1.2.0", |
61 | 60 | "errorhandler": "^1.4.2", |
62 | | - "express": "^4.3.2", |
| 61 | + "express": "~4.14.0", |
63 | 62 | "express-state": "^1.2.0", |
64 | 63 | "express-useragent": "^0.2.0", |
65 | | - "extract-text-webpack-plugin": "^1.0.1", |
| 64 | + "extract-text-webpack-plugin": "2.0.0-beta.3", |
66 | 65 | "file-loader": "^0.8.4", |
67 | 66 | "fontfaceobserver": "^1.7.1", |
68 | 67 | "html-webpack-plugin": "^1.4.0", |
|
107 | 106 | "superagent": "^1.2.0", |
108 | 107 | "url": "^0.11.0", |
109 | 108 | "url-loader": "~0.5.5", |
110 | | - "webpack": "2.1.0-beta.7", |
| 109 | + "webpack": "2.1.0-beta.20", |
111 | 110 | "webpack-isomorphic-tools": "^2.2.41", |
112 | 111 | "winston": "^1.1.2" |
113 | 112 | }, |
114 | 113 | "devDependencies": { |
115 | | - "babel-core": "^6.7.7", |
116 | 114 | "babel-eslint": "^6.0.4", |
117 | 115 | "babel-plugin-react-transform": "^2.0.2", |
118 | 116 | "babel-preset-react-hmre": "^1.1.1", |
119 | 117 | "chai": "^3.0.0", |
120 | | - "chromedriver": "^2.19.0", |
| 118 | + "chromedriver": "^2.22.2", |
121 | 119 | "del": "^2.0.2", |
122 | 120 | "enzyme": "^2.2.0", |
123 | 121 | "eslint": "^2.13.0", |
|
127 | 125 | "eslint-plugin-jsx-a11y": "^1.5.3", |
128 | 126 | "eslint-plugin-react": "^5.2.2", |
129 | 127 | "jscs": "^2.1.1", |
130 | | - "karma": "^0.13.9", |
| 128 | + "karma": "^1.1.2", |
131 | 129 | "karma-chai": "^0.1.0", |
132 | 130 | "karma-chai-sinon": "^0.1.5", |
133 | 131 | "karma-chrome-launcher": "^0.2.0", |
|
155 | 153 | "selenium-server": "^2.48.2", |
156 | 154 | "sinon": "^1.15.3", |
157 | 155 | "sinon-chai": "^2.8.0", |
| 156 | + "stylelint": "^7.1.0", |
158 | 157 | "stylelint-webpack-plugin": "^0.2.0", |
159 | 158 | "wdio-mocha-framework": "^0.3.7", |
160 | 159 | "wdio-spec-reporter": "0.0.3", |
|
0 commit comments