-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.14 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
43
{
"name": "khan-video-linker",
"version": "1.0.0",
"description": "A simple app to make the embed code for a Khan Academy video player",
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/jb-1980/khan-video-linker.git"
},
"author": "Joseph Gilgen <gilgenlabs@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jb-1980/khan-video-linker/issues"
},
"main": "src/index.js",
"dependencies": {
"emotion": "9.2.12",
"react": "16.7.0-alpha.0 - next",
"react-dom": "16.7.0-alpha.0 - next",
"react-scripts": "2.0.3"
},
"devDependencies": {
"dom-testing-library": "^3.12.3",
"gh-pages": "^2.0.1",
"jest-dom": "^2.1.1",
"react-testing-library": "^5.2.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom --verbose=false",
"eject": "react-scripts eject",
"predeploy": "yarn build",
"deploy": "gh-pages -d build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"homepage": "http://jb-1980.github.io/khan-video-linker"
}