-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.64 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
{
"name": "speech-commands-recognition",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"serve": "serve -s build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject",
"preanalyze": "GENERATE_SOURCEMAP=true react-app-rewired build",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"dependencies": {
"@tailwindcss/postcss7-compat": "2.0.4",
"@tensorflow-models/speech-commands": "0.5.4",
"@tensorflow/tfjs": "3.3.0",
"autoprefixer": "9",
"customize-cra": "1.0.0",
"deepmerge": "4.2.2",
"postcss": "7",
"postcss-custom-properties": "10",
"postcss-import": "12",
"postcss-nested": "4",
"react": "17.0.1",
"react-app-rewire-postcss": "3.0.2",
"react-app-rewired": "2.1.8",
"react-dom": "17.0.1",
"react-scripts": "4.0.3",
"source-map-explorer": "2.5.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"typescript": "4.1.2",
"web-vitals": "1.0.1",
"webrtc-adapter": "7.7.1"
},
"devDependencies": {
"@types/node": "14.14.35",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"prettier": "2.2.1",
"tslint": "6.1.3",
"tslint-config-prettier": "1.18.0",
"tslint-plugin-prettier": "2.3.0",
"tslint-react": "5.0.0"
},
"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"
]
}
}