generated from bsi-software/bsi-cx-design-master-template-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 877 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
{
"name": "@bsi-cx/design-master-template-web",
"version": "1.3.2",
"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": "Benjamin Vier"
},
{
"name": "Lukas Heyer"
},
{
"name": "Lukas Steiger"
},
{
"name": "Sophia Wild"
}
],
"dependencies": {
"@bsi-cx/design-standard-library-web": "^1.4.5"
},
"devDependencies": {
"@bsi-cx/design-build": "^1.13.5"
}
}