-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1.09 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
{
"name": "@arkitektum/altinn-studio-custom-components",
"version": "5.0.2",
"description": "Custom components for Altinn Studio",
"main": "dist/main.js",
"module": "dist/main.js",
"files": [
"dist",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"start": "webpack serve --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Arkitektum/altinn-studio-custom-components.git"
},
"author": "",
"bugs": {
"url": "https://github.com/Arkitektum/altinn-studio-custom-components/issues"
},
"homepage": "https://github.com/Arkitektum/altinn-studio-custom-components#readme",
"devDependencies": {
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"mini-css-extract-plugin": "^2.9.2",
"prettier": "3.4.2",
"style-loader": "^4.0.0",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
}
}