-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.57 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "popup-dict",
"private": true,
"version": "0.0.0",
"description": "Popup dictionary.",
"scripts": {
"clean": "rimraf dist/* build/*",
"start": "npm run dev:chrome",
"build": "webpack --config webpack.prod.js",
"dev": "webpack --config webpack.dev.js --watch",
"lint": "tslint app/scripts/**/*.ts test/**/*.ts scripts/**/*.ts",
"test": "jest"
},
"standard": {
"globals": [
"chrome"
]
},
"devDependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@mdi/font": "^5.9.55",
"@types/chrome": "0.0.134",
"@types/classnames": "^2.2.11",
"@types/franc": "^5.0.0",
"@types/handlebars": "^4.1.0",
"@types/jest": "^26.0.22",
"@types/lodash": "^4.14.168",
"@types/lodash-es": "^4.17.4",
"@types/promise.prototype.finally": "^2.0.4",
"@types/puppeteer": "^5.4.3",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-dropzone": "^4.2.2",
"@types/react-router-dom": "^5.1.7",
"@types/react-table": "^6.8.7",
"@types/react-toastify": "^4.1.0",
"@types/react-virtualized": "^9.21.11",
"@types/styled-components": "^4.4.3",
"argparse": "^2.0.1",
"classnames": "^2.3.1",
"copy-webpack-plugin": "^8.1.0",
"css-loader": "^5.2.0",
"dexie": "^3.0.3",
"file-loader": "^6.2.0",
"file-selector": "^0.2.4",
"franc": "^5.0.0",
"generate-json-webpack-plugin": "^2.0.0",
"handlebars": "^4.7.7",
"jest": "^26.6.3",
"loadable-components": "^2.2.3",
"lodash-es": "^4.17.21",
"material-design-icons-iconfont": "^6.1.0",
"mini-css-extract-plugin": "^1.4.0",
"node-sass": "^5.0.0",
"pinyin-converter": "https://github.com/quizlet/pinyin-converter",
"promise.prototype.finally": "^3.1.2",
"prop-types": "^15.7.2",
"puppeteer": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^8.1.0",
"react-router-dom": "^5.2.0",
"react-table": "^6.11.5",
"react-toastify": "^7.0.3",
"react-virtualized": "^9.22.3",
"rimraf": "^3.0.2",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"styled-components": "^5.2.3",
"stylus": "^0.54.8",
"stylus-loader": "^5.0.0",
"tippy.js": "^6.3.1",
"toml": "^3.0.0",
"ts-jest": "^26.5.4",
"ts-loader": "^8.x.x",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"typescript": "^4.2.3",
"url-loader": "^4.1.1",
"webpack": "^5.30.0",
"webpack-cli": "^4.6.0",
"webpack-merge": "^5.7.3",
"yargs": "^16.x.x"
}
}