Skip to content

Commit 36adca1

Browse files
committed
add missing package.json
1 parent a89d226 commit 36adca1

File tree

1 file changed

+22
-0
lines changed
  • day-2/lesson-6-component-based-design-and-jsx/fake-hacker-news-one-component

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)