-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.64 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
{
"name": "usdux",
"version": "1.0.3",
"description": "",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dist": "npx babel src --out-dir dist",
"pub:major": "npm version major && npm publish",
"pub:minor": "npm version minor && npm publish",
"pub:patch": "npm version patch && npm publish"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ruoqianfengshao/usdux.git"
},
"author": "vicowang",
"license": "ISC",
"bugs": {
"url": "https://github.com/ruoqianfengshao/usdux/issues"
},
"homepage": "https://github.com/ruoqianfengshao/usdux#readme",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@babel/preset-stage-0": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"fs": "0.0.1-security",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.1",
"styled-components": "^4.3.1",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.3"
},
"dependencies": {
"@loadable/component": "^5.10.1",
"react-loadable": "^5.5.0",
"react-ssr-prepass": "^1.0.5"
}
}