-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.8 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "pronunciation",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.1.3",
"@material-ui/icons": "^4.2.1",
"acorn": "^6.4.1",
"classname": "^0.0.0",
"clsx": "^1.0.4",
"gh-pages": "^3.2.3",
"kind-of": "^6.0.3",
"lodash": "^4.17.21",
"lodash.template": "^4.5.0",
"minimist": "^1.2.6",
"polyfill": "^0.1.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-ga": "^2.6.0",
"react-scripts": "5.0.1",
"styled-components": "^4.2.0",
"typeface-roboto": "^0.0.54"
},
"scripts": {
"prepare": "husky install",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"predeploy": "yarn run build && source .env && echo $REACT_APP_DOMAIN > ./build/CNAME",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/eslint-parser": "^7.16.5",
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"eslint": "^8.4.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"husky": "^7.0.4"
},
"resolutions": {
"dot-prop": "^4.2.1",
"elliptic": "^6.5.3",
"http-proxy": "^1.18.1",
"lodash": "^4.17.19",
"node-forge": "^1.3.0",
"serialize-javascript": "",
"websocket-extensions": "^0.1.4",
"yargs-parser": "^13.1.2",
"nth-check": "^2.0.1"
}
}