forked from brandid/social-proof-slider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.08 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
{
"name": "social-proof-slider",
"version": "2.2.1",
"description": "> Showcase your expertise with an easy-to-customize responsive carousel slider of your featured testimonials.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/brandid/social-proof-slider.git"
},
"author": "brandiD",
"license": "ISC",
"bugs": {
"url": "https://github.com/brandid/social-proof-slider/issues"
},
"homepage": "https://github.com/brandid/social-proof-slider#readme",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-preset-minify": "^0.5.0",
"babel-plugin-lodash": "^3.3.4",
"css-loader": "^3.2.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.2.0",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.6"
},
"dependencies": {
"babel-loader": "^8.0.6",
"lodash": "^4.17.14"
}
}