-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.3 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.3 KB
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
{
"name": "social-share-react",
"version": "1.1.2",
"description": "react social share",
"main": "./dist/react-share.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel index.html",
"compile": "webpack --mode production --config webpack.config.js"
},
"keywords": [
"share",
"react",
"webpack v4",
"react-component"
],
"homepage": "https://github.com/Wulawa/react-share.git",
"repository": {
"type": "git",
"url": "https://github.com/Wulawa/react-share.git"
},
"author": "lufeng",
"license": "ISC",
"dependencies": {
"prop-types": "^15.6.1",
"qrcode.react": "^0.8.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"parcel": "^1.10.3",
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^8.2.0",
"babel-loader": "^8.0.4",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.7.0",
"less": "^3.0.1",
"less-loader": "^4.1.0",
"postcss-loader": "^2.1.3",
"style-loader": "^0.20.3",
"url-loader": "^1.0.1",
"webpack": "^4.2.0",
"webpack-cli": "^2.0.13"
},
"readmeFilename": "README.md"
}