-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·49 lines (49 loc) · 1.38 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
44
45
46
47
48
49
{
"name": "transcriber",
"homepage": "https://llooker.github.io/transcriber/",
"version": "0.1.5",
"private": true,
"dependencies": {
"acorn": "^7.4.0",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-client-preset": "^1.0.2",
"apollo-link-http": "^1.5.17",
"gh-pages": "^2.2.0",
"graphql": "^0.11.7",
"graphql-tag": "^2.11.0",
"kind-of": "^6.0.3",
"local-storage": "^2.0.0",
"minimist": "^1.2.5",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-apollo": "^2.5.8",
"react-dom": "^16.13.1",
"react-scripts": "^3.4.1",
"reset-css": "^2.2.1",
"styled-components": "^2.2.3"
},
"scripts": {
"start": "env-cmd ../../config/security.env.local react-scripts start",
"build": "env-cmd ../../config/security.env.prod react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy-s3": "yarn build && serverless client deploy",
"deploy-gh": "gh-pages -d build",
"deploy-netlify": "yarn build && netlify deploy build"
},
"devDependencies": {
"env-cmd": "^7.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"react-test-renderer": "^16.13.1",
"serverless-finch": "^1.3.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}