-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.2 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
{
"name": "react-popup-beta",
"version": "1.0.4",
"main": "commonjs/index.js",
"description": "React popup",
"author": "showsun",
"license": "ISC",
"scripts": {
"start": "NODE_ENV_CLOSE_LOG=true NODE_ENV_REDUX_BUILD=true NODE_ENV_UNONLINE=false NODE_ENV_APISTATUS=2 webpack-dev-server --colors --inline --content-base --history-api-fallback --open",
"build": "NODE_ENV_CLOSE_LOG=false NODE_ENV_REDUX_BUILD=true webpack",
"commonjs": "NODE_ENV_CLOSE_LOG=false NODE_ENV_REDUX_BUILD=false webpack"
},
"keywords": [
"popup",
"react",
"react popup"
],
"dependencies": {
"@opuscapita/react-perfect-scrollbar": "^3.0.3",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-preset-stage-2": "^6.24.1",
"detect-browser-language": "0.0.1",
"history": "^4.7.2",
"postcss-loader": "^2.1.6",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-hot-loader": "^3.0.0-beta.6",
"react-html-attributes": "^1.4.3",
"react-icons": "^3.0.5",
"react-json-view": "^1.19.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-slick": "^0.16.0",
"update": "^0.7.4",
"url-loader": "^1.0.1",
"webpack-manifest-plugin": "^2.0.3"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.3.0",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.24.1",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^0.28.5",
"eslint": "^3.3.1",
"eslint-config-airbnb": "^10.0.1",
"eslint-loader": "^1.5.0",
"eslint-plugin-import": "^1.13.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.1.2",
"html-webpack-plugin": "^2.30.1",
"image-webpack-loader": "^4.3.1",
"jquery": "^3.3.1",
"node-sass": "^4.9.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
},
"engines": {
"node": "6.9.1"
}
}