generated from mocoding-software/spa-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.18 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": "spa-template",
"version": "2.0.0",
"description": "Single Page Application Template",
"main": "index.js",
"scripts": {
"start": "moapp serve ",
"build": "moapp build -p",
"lint": "eslint src/app",
"update-api": "nswag swagger2tsclient /runtime:NetCore31 /Input:'http://localhost:5000/api/\\$spec' /Output:src/app/api/api-client.generated.ts TypeScriptVersion:2.0 /Template:Fetch /WrapDtoExceptions:true /TypeStyle:Interface /GenerateClientInterfaces:true /DateTimeType:MomentJS"
},
"author": "MOCODING, LLC",
"license": "MIT",
"devDependencies": {
"@mocoding/react-app": "^1.0.1",
"@mocoding/react-app-router-redux-async": "^1.0.1",
"@types/applicationinsights-js": "^1.0.9",
"@types/reactstrap": "^8.4.2",
"applicationinsights-js": "^1.0.21",
"autobind-decorator": "^2.4.0",
"bootstrap": "^4.5.0",
"moment": "^2.25.3",
"nswag": "^13.5.0",
"reactstrap": "^8.4.1",
"redux-automata": "^3.0.0"
},
"eslintConfig": {
"extends": "@mocoding/eslint-config"
},
"prettier": "@mocoding/eslint-config/prettier",
"moapp": {
"appEntry": "src/app",
"bootstrapModule": "@mocoding/react-app-router-redux-async"
}
}