-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "react-ts-github",
"version": "1.0.0",
"description": "React + TS application that connects to the GitHub API",
"main": "index.js",
"author": "opauloh",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"chromatic": "npx chromatic --project-token fohklcwom7t"
},
"dependencies": {
"@sentry/react": "^5.24.2",
"@sentry/tracing": "^5.24.2",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@storybook/react": "^6.0.21",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"babel-loader": "^8.1.0",
"chromatic": "^5.2.0",
"css-loader": "^4.3.0",
"dotenv": "^8.2.0",
"dotenv-webpack": "^2.0.0",
"html-webpack-plugin": "^4.4.1",
"react-is": "^16.13.1",
"style-loader": "^1.2.1",
"typescript": "^4.0.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}