-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.49 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
{
"name": "ptt.io",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --env=dev --progress --colors",
"build": "webpack --env=prod --progress --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kevinptt0323/ptt.io.git"
},
"keywords": [
"ptt",
"ptt-client",
"websocket",
"react"
],
"author": "Kevin Lin",
"license": "MIT",
"bugs": {
"url": "https://github.com/kevinptt0323/ptt.io/issues"
},
"homepage": "https://github.com/kevinptt0323/ptt.io#readme",
"dependencies": {
"@babel/runtime": "^7.5.5",
"@material-ui/core": "^1.5.0",
"history": "^4.7.2",
"ptt-client": "^0.3.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-linkify": "^0.2.1",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.6",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"redux-logger": "^3.0.6",
"webpack": "^3.6.0",
"webpack-bundle-analyzer": "^2.9.0"
}
}