-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
55 lines (55 loc) · 1.69 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
{
"name": "sharethis-reactjs",
"version": "1.6.0",
"description": "sharethis reactjs plugins",
"main": "dist/index.js",
"author": "ShareThis <support@sharethis.com> (https://sharethis.com)",
"bugs": {
"url": "https://github.com/sharethis-github/sharethis-reactjs/issues"
},
"contributors": [
"Bryant Williams <bryant@sharethis.com>",
"Hao Xu <hao@sharethis.com>",
"Ashwin Kundar <ashwin@sharethis.com>"
],
"homepage": "https://github.com/sharethis-github/sharethis-reactjs#readme",
"license": "UPL-1.0",
"keywords": [
"react.js",
"ShareThis",
"share buttons",
"sharing buttons",
"follow buttons",
"reaction buttons",
"social"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sharethis-github/sharethis-reactjs.git"
},
"scripts": {
"build": "./node_modules/.bin/babel src/index.js > dist/index.js",
"browserify": "npm run build || browserify dist/index.js > dist/browserify.js",
"demo": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js --mode development --config webpack.dev.config.js",
"test": "echo \\\"Error: no test specified\\\" && exit 1"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.1.0",
"babel-preset-env": "1.6.1",
"babel-preset-react": "6.24.1",
"babelify": "^10.0.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"react": "16.3.2",
"react-dom": "16.3.3",
"typescript": "^2.7.2",
"webpack": "4.6.0",
"webpack-cli": "2.0.15",
"webpack-dev-server": "3.1.14"
},
"types": "./src/index.d.ts"
}