-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 1.02 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
{
"name": "@bsi-cx/design-master-template-email",
"version": "1.2.1",
"description": "BSI CX master template for emails",
"scripts": {
"build:dev": "webpack --config webpack.config.js --mode development --progress",
"build:prod": "webpack --config webpack.config.js --mode production --progress",
"build:serve": "npx webpack serve --config webpack.config.js --mode development --progress",
"watch": "webpack --config webpack.config.js --mode development --watch --progress"
},
"license": "MIT",
"contributors": [
{
"name": "Lukas Heyer",
"url": "https://www.bsi-software.com/"
},
{
"name": "Marleen Jattke",
"url": "https://www.bsi-software.com/"
},
{
"name": "Lukas Steiger",
"url": "https://www.bsi-software.com/"
},
{
"name": "Benjamin Vier",
"url": "https://www.bsi-software.com/"
}
],
"dependencies": {
"@bsi-cx/design-standard-library-email": "^1.2.1"
},
"devDependencies": {
"@bsi-cx/design-build": "^1.13.5"
}
}