This repository was archived by the owner on May 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.28 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.28 KB
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
{
"name": "dictasions",
"description": "Experimental progressive web application for dictations.",
"version": "0.0.1",
"dependencies": {
"@material-ui/core": "^3.3.2",
"@material-ui/icons": "^3.0.1",
"pico2wave.js": "^0.1.3",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-intl": "^2.7.2",
"react-router-dom": "^4.3.1",
"typeface-roboto": "^0.0.54"
},
"devDependencies": {
"react-scripts": "^3.0.1",
"sw-precache": "^5.2.1"
},
"scripts": {
"postinstall": "mkdir -p public/pico2wave && cp node_modules/pico2wave.js/dist/pico2wave.js public/pico2wave/ && cp node_modules/pico2wave.js/dist/pico2wave-worker.js public/pico2wave/",
"start": "react-scripts start",
"//build": "Override sw-precache from react-scripts to increase cache max size.",
"build": "react-scripts build && sw-precache --config=config/sw-precache-config.js --verbose",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"author": "Birros <birros@protonmail.com>",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/birros/dictations.git"
},
"homepage": "https://birros.github.io/dictations",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}