-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.24 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
{
"name": "@bsi-cx/design-master-template-web",
"version": "1.1.8",
"description": "BSI CX master template for websites and landing pages",
"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": "Yann Büchler",
"url": "https://www.bsi-software.com/"
},
{
"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-web": "^1.2.3"
},
"devDependencies": {
"@bsi-cx/design-build": "^1.13.0",
"@bsi-cx/design-standard-library-web": "github:bsi-software/bsi-cx-design-standard-library-web#semver:^1.2.3"
}
}