-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.14 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.14 KB
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
{
"name": "stylecontainer",
"widgetName": "StyleContainer",
"version": "1.0.0",
"description": "Style-able container widget",
"copyright": "2020 Mendix Technology BV",
"author": "Wilco Leenders",
"config": {
"widgetPath": "../../projects/DEMO_ConfigTeam-main/widgets",
"projectPath": "../../projects/DEMO_ConfigTeam-main/"
},
"packagePath": "mendix",
"scripts": {
"start": "npm run dev",
"build": "pluggable-widgets-tools build:ts:native",
"dev": "pluggable-widgets-tools start:ts:native",
"lint": "pluggable-widgets-tools lint",
"lint:fix": "pluggable-widgets-tools lint:fix",
"prerelease": "npm run lint",
"release": "pluggable-widgets-tools release:ts:native"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Wilco Leenders/stylecontainer/issues"
},
"devDependencies": {
"@mendix/pluggable-widgets-tools": "^8.7.0",
"@types/big.js": "^4.0.5",
"@types/classnames": "^2.2.6",
"@types/jest": "^24.0.0",
"@types/react": "^16.8.17",
"@types/react-dom": "^16.8.4",
"@types/react-native": "^0.57.56"
},
"dependencies": {
"big.js": "^5.2.2"
}
}