|
1 | 1 | {
|
2 |
| - "name": "calculator.solution", |
| 2 | + "name": "calculator", |
3 | 3 | "version": "1.0.0",
|
4 | 4 | "description": "See how to configure Jest and Cypress with React, Babel, and Webpack",
|
5 | 5 | "main": "index.js",
|
|
20 | 20 | "postbuild": "cp ./public/index.html ./dist/index.html",
|
21 | 21 | "start": "serve --no-clipboard --listen 8080 dist",
|
22 | 22 | "format": "prettier \"**/*.js\" --write",
|
| 23 | + "lint": "jest --config test/jest.lint.js", |
23 | 24 | "validate": "npm run test:coverage && npm run test:e2e:run",
|
24 | 25 | "setup": "npm run setup && npm run validate"
|
25 | 26 | },
|
26 | 27 | "keywords": [],
|
27 | 28 | "author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)",
|
28 |
| - "license": "GPLv3", |
| 29 | + "license": "GPL-3.0", |
29 | 30 | "devDependencies": {
|
30 | 31 | "@babel/core": "^7.0.0-beta.51",
|
31 | 32 | "@babel/plugin-proposal-class-properties": "7.0.0-beta.51",
|
|
34 | 35 | "@babel/preset-env": "^7.0.0-beta.51",
|
35 | 36 | "@babel/preset-react": "^7.0.0-beta.51",
|
36 | 37 | "babel-core": "7.0.0-bridge.0",
|
37 |
| - "babel-loader": "^7.1.4", |
| 38 | + "babel-loader": "^8.0.0-beta.4", |
38 | 39 | "babel-plugin-dynamic-import-node": "^2.0.0",
|
39 | 40 | "babel-plugin-emotion": "^9.2.4",
|
40 | 41 | "css-loader": "^0.28.11",
|
|
71 | 72 | "react-emotion": "^9.2.4",
|
72 | 73 | "react-loadable": "^5.4.0",
|
73 | 74 | "react-point": "^3.0.1"
|
74 |
| - } |
| 75 | + }, |
| 76 | + "repository": { |
| 77 | + "type": "git", |
| 78 | + "url": "git+https://github.com/kentcdodds/jest-cypress-react-babel-webpack.git" |
| 79 | + }, |
| 80 | + "bugs": { |
| 81 | + "url": "https://github.com/kentcdodds/jest-cypress-react-babel-webpack/issues" |
| 82 | + }, |
| 83 | + "homepage": "https://github.com/kentcdodds/jest-cypress-react-babel-webpack#readme" |
75 | 84 | }
|
0 commit comments