mirror of
				https://github.com/elyby/accounts-frontend.git
				synced 2025-05-31 14:11:58 +05:30 
			
		
		
		
	
		
			
				
	
	
		
			78 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			78 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "ely-by-account",
 | |
|   "version": "1.0.0",
 | |
|   "description": "",
 | |
|   "main": "index.js",
 | |
|   "author": "ErickSkrauch <erickskrauch@ely.by>",
 | |
|   "public": false,
 | |
|   "scripts": {
 | |
|     "start": "webpack-dev-server --progress --colors",
 | |
|     "up": "npm install",
 | |
|     "test": "karma start ./karma.conf.js",
 | |
|     "lint": "eslint ./src",
 | |
|     "build": "webpack --progress --colors -p"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "babel-polyfill": "^6.3.14",
 | |
|     "classnames": "^2.1.3",
 | |
|     "history": "^1.17.0",
 | |
|     "intl-format-cache": "^2.0.4",
 | |
|     "intl-messageformat": "^1.1.0",
 | |
|     "react": "^15.0.0-rc.1",
 | |
|     "react-dom": "^15.0.0-rc.1",
 | |
|     "react-height": "^2.0.3",
 | |
|     "react-helmet": "^2.3.1",
 | |
|     "react-intl": "=v2.0.0-rc-1",
 | |
|     "react-motion": "^0.4.0",
 | |
|     "react-redux": "^4.0.0",
 | |
|     "react-router": "^2.0.0",
 | |
|     "react-router-redux": "^2.1.0",
 | |
|     "redux": "^3.0.4",
 | |
|     "redux-thunk": "^1.0.0",
 | |
|     "whatwg-fetch": "^0.11.0"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "babel-core": "^6.0.0",
 | |
|     "babel-eslint": "^5.0.0-beta6",
 | |
|     "babel-loader": "^6.0.0",
 | |
|     "babel-plugin-react-intl": "~2.0.0",
 | |
|     "babel-plugin-transform-runtime": "^6.3.13",
 | |
|     "babel-preset-es2015": "^6.3.13",
 | |
|     "babel-preset-react": "^6.3.13",
 | |
|     "babel-preset-react-hmre": "^1.0.1",
 | |
|     "babel-preset-stage-0": "^6.3.13",
 | |
|     "babel-runtime": "^5.6.15",
 | |
|     "chai": "^3.0.0",
 | |
|     "chokidar": "^1.2.0",
 | |
|     "css-loader": "^0.23.0",
 | |
|     "cssnano": "^3.4.0",
 | |
|     "eslint": "^1.10.3",
 | |
|     "eslint-plugin-react": "^3.13.1",
 | |
|     "exports-loader": "^0.6.3",
 | |
|     "extract-text-webpack-plugin": "^0.9.1",
 | |
|     "html-webpack-plugin": "^1.7.0",
 | |
|     "imports-loader": "^0.6.5",
 | |
|     "karma": "*",
 | |
|     "karma-chai": "*",
 | |
|     "karma-es5-shim": "*",
 | |
|     "karma-mocha": "^0.2.1",
 | |
|     "karma-nyan-reporter": "^0.2.3",
 | |
|     "karma-phantomjs-launcher": "*",
 | |
|     "karma-sinon": "^1.0.4",
 | |
|     "karma-sourcemap-loader": "*",
 | |
|     "karma-webpack": "^1.5.1",
 | |
|     "less": "^2.4.0",
 | |
|     "less-loader": "^2.0.0",
 | |
|     "mocha": "^2.2.5",
 | |
|     "node-sass": "^3.4.2",
 | |
|     "phantomjs": "^1.9.18",
 | |
|     "postcss-loader": "^0.8.0",
 | |
|     "react-addons-test-utils": "^0.14.3",
 | |
|     "sass-loader": "^3.1.2",
 | |
|     "sinon": "^1.15.3",
 | |
|     "style-loader": "^0.13.0",
 | |
|     "webpack": "^1.12.9",
 | |
|     "webpack-dev-server": "^1.14.0"
 | |
|   }
 | |
| }
 |