-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.27 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
{
"name": "domain-checker",
"version": "4.0.1",
"description": "Domain checker",
"main": "dist/index.js",
"scripts": {
"start": "react-scripts start",
"build": "npm run build:react && npm run build:bundle",
"build:react": "react-scripts build",
"build:bundle": "webpack --config webpack.config.js",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"repository": {
"type": "git",
"url": "https://github.com/sabbirshawon/domain-checker/"
},
"author": "Sabbir Ahmed",
"homepage": "https://sabbirshawon.github.io/domain-checker/",
"license": "ISC",
"devDependencies": {
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"fetch-jsonp": "^1.1.3",
"gh-pages": "^2.2.0",
"prop-types": "^15.6.1",
"query-string": "^6.2.0",
"react": "^16.7.0",
"react-addons-test-utils": "^15.6.2",
"react-app-polyfill": "^0.2.2",
"react-dom": "^16.7.0",
"react-scripts": "^2.1.8",
"react-test-renderer": "^16.7.0",
"sinon": "^7.2.3",
"uglifyjs-webpack-plugin": "^2.1.2",
"url-polyfill": "^1.1.3",
"webpack-cli": "^3.3.0"
},
"dependencies": {},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}