-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·63 lines (63 loc) · 1.58 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
{
"name": "@jsh1400/help.js_demo",
"version": "1.3.0",
"description": "help.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --open --env.env=dev --config webpack.config.js --watch"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jsh1400/@jsh1400/help.js.git"
},
"keywords": [
"react",
"tour",
"help",
"step",
"tooltip",
"راهنما"
],
"deprecated": false,
"engines": {
"node": ">= 8.3"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/jsh1400/help.js/issues"
},
"homepage": "https://github.com/jsh1400/help.js#readme",
"main": "build/index.js",
"peerDependencies": {
"react": "^15.5.4"
},
"dependencies": {
"@jsh1400/help.js": "^1.3.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"webpack": "^4.41.5"
},
"author": {
"name": "Javad Shariati",
"email": "jsh1400@yahoo.com"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"babel-loader": "^8.0.6",
"cross-env": "^6.0.3",
"html-webpack-plugin": "^4.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"prop-types": "^15.7.2",
"react-hot-loader": "^4.12.18",
"terser-webpack-plugin": "^2.3.5",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1",
"webpack-merge": "^4.2.2"
}
}