-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "kanji-analysis",
"version": "1.0.0",
"description": "",
"main": "index.tsx",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html --public-url '/srt-kanji-analysis'"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/react": "^16.9.52",
"@types/react-dom": "^16.9.8",
"iskanji": "^1.0.3",
"lodash": "^4.17.19",
"promise-file-reader": "^1.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-dropzone": "^11.2.0",
"styled-components": "^5.1.1",
"subtitles-parser": "0.0.2",
"typescript": "^4.0.3"
},
"devDependencies": {
"@flexi/eslint-config": "git+https://github.com/flexiproducts/eslint-config.git",
"@types/lodash": "^4.14.162",
"@types/styled-components": "^5.1.4",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"eslint": "^7.11.0",
"parcel-bundler": "^1.12.4"
},
"browserslist": [
"last 1 Chrome version"
]
}