-
Notifications
You must be signed in to change notification settings - Fork 3
/
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": "talks-and-tutorials",
"version": "0.1.0",
"private": true,
"license": "MIT",
"dependencies": {
"normalize.css": "8.0.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-scripts": "3.4.3"
},
"homepage": "http://invia-de.github.io/talks-and-tutorials",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"analyze": "node analyze.js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"precommit": "pretty-quick --staged"
},
"devDependencies": {
"husky": "4.2.5",
"prettier": "2.0.5",
"pretty-quick": "2.0.1",
"webpack-bundle-analyzer": "3.7.0"
},
"description": "We love conference talks and online learning materials. That's why we made this little and lovely front-end to collect videos that we find useful for us as developers.",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/invia-de/talks-and-tutorials.git"
},
"bugs": {
"url": "https://github.com/invia-de/talks-and-tutorials/issues"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}