-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.08 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "react-common-toast",
"version": "1.0.4",
"description": "a easy using toast in React",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --mode development",
"transpile": "babel src -d dist --copy-files",
"prepublishOnly": "npm run transpile",
"compile": "NODE_ENV=production babel src --out-dir lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WarrenJones/react-common-toast.git"
},
"keywords": [
"react",
"toast"
],
"author": "warren",
"license": "ISC",
"bugs": {
"url": "https://github.com/WarrenJones/react-common-toast/issues"
},
"homepage": "https://github.com/WarrenJones/react-common-toast#readme",
"devDependencies": {
"autod": "^3.0.1",
"autod-egg": "^1.0.0",
"autoprefixer": "^9.3.1",
"axios": "^0.18.0",
"axios-jsonp": "^1.0.2",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"classnames": "^2.2.6",
"css-loader": "^1.0.1",
"drop-console-webpack-plugin": "^3.0.2",
"egg-bin": "^4.3.5",
"egg-ci": "^1.8.0",
"egg-mock": "^3.14.0",
"egg-mysql": "^3.0.0",
"eslint": "^4.11.0",
"eslint-config-egg": "^6.0.0",
"file-loader": "^2.0.0",
"happypack": "^5.0.0",
"html-webpack-plugin": "^3.2.0",
"intl": "^1.2.5",
"js-base64": "^2.5.1",
"node-sass": "^4.11.0",
"postcss-loader": "^3.0.0",
"prop-types": "^15.6.2",
"qs": "^6.5.2",
"react": "^16.8.6",
"react-common-toast": "^1.0.4",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.8.6",
"react-intl": "^2.8.0",
"react-turnplate": "^1.4.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"svgaplayerweb": "^2.3.0",
"url-loader": "^1.1.2",
"vconsole": "^3.3.0",
"webpack": "^4.25.1",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.1.2",
"webstorm-disable-index": "^1.2.0"
}
}