-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.19 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
{
"name": "@boostio/logger",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --config webpack.config.js",
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BoostIO/Logger.git"
},
"keywords": [],
"author": "Junyoung Choi <fluke8259@gmail.com> (https://github.com/rokt33r)",
"license": "MIT",
"bugs": {
"url": "https://github.com/BoostIO/Logger/issues"
},
"homepage": "https://github.com/BoostIO/Logger#readme",
"devDependencies": {
"@types/react": "^16.0.38",
"@types/react-dom": "^16.0.4",
"@types/webpack": "^3.8.8",
"@types/webpack-dev-server": "^2.9.3",
"@types/webpack-env": "^1.13.5",
"html-webpack-plugin": "github:webpack-contrib/html-webpack-plugin",
"ts-loader": "^4.0.0",
"tslint-config-standard": "^7.0.0",
"typescript": "^2.7.2",
"webpack": "^4.0.1",
"webpack-cli": "^2.0.9",
"webpack-dev-server": "^3.0.0"
},
"dependencies": {
"mobx": "^3.5.1",
"mobx-react": "^4.4.2",
"react": "^16.2.0",
"react-dom": "^16.2.0"
}
}