We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89d226 commit 36adca1Copy full SHA for 36adca1
day-2/lesson-6-component-based-design-and-jsx/fake-hacker-news-one-component/package.json
@@ -0,0 +1,22 @@
1
+{
2
+ "name": "fake-hacker-news",
3
+ "version": "0.1.0",
4
+ "private": true,
5
+ "dependencies": {
6
+ "chai": "^4.1.2",
7
+ "react": "^16.3.2",
8
+ "react-dom": "^16.3.2",
9
+ "react-scripts": "1.1.4"
10
+ },
11
+ "scripts": {
12
+ "start": "react-scripts start",
13
+ "build": "react-scripts build",
14
+ "test": "react-scripts test --env=jsdom",
15
+ "eject": "react-scripts eject",
16
+ "test:debug": "react-scripts --inspect-brk test --runInBand --env=jsdom"
17
18
+ "devDependencies": {
19
+ "enzyme": "^3.3.0",
20
+ "enzyme-adapter-react-16": "^1.1.1"
21
+ }
22
+}
0 commit comments