-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.68 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
{
"name": "thunk",
"version": "0.1.0",
"description": "In-browser enterprise search engine Chrome extension",
"author": "anorth & aschuck",
"license": "MIT",
"private": true,
"scripts": {
"dev": "webpack-dev-server --config webpack.dev.js --inline --disable-host-check --progress --colors --watch",
"build": "webpack --config webpack.prod.js"
},
"devDependencies": {
"@types/bluebird": "^3.5.25",
"@types/chrome": "^0.0.78",
"@types/htmlparser2": "^3.7.31",
"@types/lodash": "^4.14.120",
"@types/node": "^10.12.18",
"@types/react": "^16.7.21",
"@types/react-dom": "^16.0.11",
"@types/react-hot-loader": "^4.1.0",
"@types/styled-components": "^4.1.6",
"clean-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"mobx": "^5.9.4",
"mobx-react": "^5.4.3",
"mobx-react-devtools": "^6.1.1",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.3",
"tslint": "^5.12.1",
"tslint-loader": "^3.5.4",
"tslint-react": "^3.6.0",
"typescript": "^3.2.4",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.2.1",
"write-file-webpack-plugin": "^4.5.0"
},
"dependencies": {
"axios": "^0.18.0",
"bluebird": "^3.5.3",
"dexie": "^2.0.4",
"htmlparser2": "^3.10.0",
"lodash": "^4.17.11",
"minisearch": "^2.0.6",
"moment": "^2.24.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-hot-loader": "^4.6.3",
"styled-components": "^4.1.3",
"urlparse": "^0.0.1"
}
}