-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.28 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
{
"name": "dodo",
"version": "1.5.1",
"description": "A simple, lightweight Twitter client for Chrome",
"scripts": {
"build": "webpack --config webpack.production.js",
"start": "webpack-dev-server --config webpack.development.js"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.1.0",
"collections": "^5.1.5",
"date-fns": "^2.0.0-alpha.21",
"oauth": "^0.9.15",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-html-parser": "^2.0.2",
"react-infinite-scroller": "^1.2.1",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"twemoji": "^11.0.1",
"twitter-text": "^3.0.0-test-publish"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"file-loader": "^2.0.0",
"fs-extra": "^7.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.23.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9",
"webpack-merge": "^4.1.4",
"write-file-webpack-plugin": "^4.4.1",
"zip-webpack-plugin": "^3.0.0"
}
}