-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1 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
{
"name": "raluce-ecommerce-plugin",
"version": "0.1.0",
"description": "Add ecommerce to your site in seconds not weeks!",
"main": "src/index.js",
"scripts": {
"build:dev": "webpack --mode=development --watch",
"build": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Raluce/raluce-ecommerce-plugin.git"
},
"keywords": [
"raluce",
"ecommerce",
"plugin"
],
"author": "Raluce LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/Raluce/raluce-ecommerce-plugin/issues"
},
"homepage": "https://github.com/Raluce/raluce-ecommerce-plugin#readme",
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^5.0.5",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"@mapbox/mapbox-sdk": "^0.9.0",
"@raluce/raluce": "^0.4.3",
"object-hash": "^2.0.0",
"throttle-debounce": "^2.1.0"
}
}