-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 965 Bytes
/
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
{
"name": "sampleblock",
"version": "0.0.1",
"description": "Sample Salesforce Marketing Cloud Content Builder Block",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tbesluau/sampleblock.git"
},
"author": "Thomas Besluau",
"license": "ISC",
"bugs": {
"url": "https://github.com/tbesluau/sampleblock/issues"
},
"homepage": "https://github.com/tbesluau/sampleblock#readme",
"dependencies": {
"@salesforce-ux/design-system": "^2.5.2",
"blocksdk": "^1.0.0",
"express": "^4.16.3",
"hbs": "^4.1.1",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"webpack": "^3.12.0",
"webpack-css-loaders": "^1.0.0"
}
}