Last active
July 1, 2017 13:23
-
-
Save sanjsanj/24eebaaa15fc926148aab8d385fa1710 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "my-react-todolist", | |
"version": "0.1.0", | |
"private": true, | |
"dependencies": { | |
"react": "^15.6.1", | |
"react-dom": "^15.6.1" | |
}, | |
"devDependencies": { | |
"chai": "^4.0.2", | |
"enzyme": "^2.9.1", | |
"eslint": "^3.19.0", | |
"eslint-config-airbnb": "^15.0.1", | |
"eslint-plugin-import": "^2.6.1", | |
"eslint-plugin-jsx-a11y": "^5.1.0", | |
"eslint-plugin-react": "^7.1.0", | |
"react-scripts": "1.0.7", | |
"react-test-renderer": "^15.6.1", | |
"selenium-standalone": "^6.5.0", | |
"wdio-dot-reporter": "0.0.8", | |
"wdio-mocha-framework": "^0.5.10", | |
"wdio-selenium-standalone-service": "0.0.9", | |
"webdriverio": "^4.8.0" | |
}, | |
"scripts": { | |
"selenium-setup": "selenium-standalone install", | |
"selenium-start": "selenium-standalone start", | |
"e2e-tests": "wdio wdio.conf.js", | |
"e2e-tests-watch": "wdio wdio.conf.js --watch", | |
"start": "react-scripts start", | |
"build": "react-scripts build", | |
"test": "react-scripts test --env=jsdom", | |
"eject": "react-scripts eject" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment