-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.17 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
{
"name": "streamtype",
"version": "1.0.0",
"description": "An app for focused writing. If you stop writing for longer than 5 seconds everything you have written disappears irretrievably. Use with caution.",
"main": "app.js",
"scripts": {
"start": "parcel src/index.html --open",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "parcel build src/index.html && cp _redirects dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Arrow7000/streamtype.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Arrow7000/streamtype/issues"
},
"homepage": "https://github.com/Arrow7000/streamtype#readme",
"dependencies": {
"@types/react": "^16.9.1",
"@types/react-dom": "^16.8.5",
"@types/react-router": "^5.0.3",
"@types/react-router-dom": "^4.3.4",
"@types/styled-components": "^4.1.18",
"parcel-bundler": "^1.12.3",
"polished": "^3.4.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"styled-components": "^4.3.2"
},
"devDependencies": {
"sass": "^1.22.9",
"typescript": "^3.5.3"
}
}