-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 782 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 782 Bytes
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
{
"name": "talk-lavamoat-devcon6-2022",
"homepage": "https://kumavis.github.io/talk-lavamoat-devcon6-2022",
"version": "0.0.0",
"private": true,
"dependencies": {
"@babel/helper-builder-react-jsx": "^7.10.4",
"@babel/helper-regex": "^7.10.5",
"react": "^16.10.1",
"react-dom": "^16.10.1",
"spectacle-scripts": "2.4.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "yarn build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"gh-pages": "^2.1.1"
}
}