-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
62 lines (62 loc) · 2 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@episerver/webpack",
"version": "0.1.5",
"description": "Episerver React SPA - Webpack add-ons",
"homepage": "https://github.com/episerver/foundation-lib-spa-webpack",
"bugs": "https://github.com/episerver/foundation-lib-spa-webpack/issues",
"private": true,
"author": "Episerver SA Team",
"license": "Apache-2.0",
"directories": {
"bin": "./cjs/bin/"
},
"main": "./cjs/index.js",
"scripts": {
"build": "npx tsc --pretty --project tsconfig.json",
"watch": "npx tsc --watch --pretty --project tsconfig.json"
},
"bin": {
"epi-auth": "cjs/bin/epi-auth.js",
"epi-login": "cjs/bin/epi-auth.js",
"epi-sync-models": "cjs/bin/epi_sync_models.js"
},
"devDependencies": {
"@episerver/spa-core": "github:episerver/foundation-lib-spa-core#semver:0.1.3",
"@reduxjs/toolkit": "^1.5.0",
"@types/glob": "^7.1.3",
"@types/loader-utils": "^2.0.1",
"@types/node": "^15.0.3",
"@types/yargs": "^16.0.1",
"axios": "^0.21.1",
"dotenv": "10.0.0",
"dotenv-expand": "^5.1.0",
"esm": "^3.2.25",
"eventemitter3": "^4.0.7",
"form-data": "^4.0.0",
"glob": "^7.1.4",
"loader-utils": "^2.0.0",
"lodash": "^4.17.20",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-redux": "^7.2.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"schema-utils": "^3.0.0",
"typescript": "^4.1.3",
"uuid": "^8.3.2",
"webpack": "^5.15.0",
"yargs": "17.0.1"
},
"peerDependencies": {
"@episerver/spa-core": "github:episerver/foundation-lib-spa-core#semver:^0.1.2",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"esm": "^3.2.25",
"form-data": "^4.0.0",
"glob": "^7.1.4",
"loader-utils": "^2.0.0",
"schema-utils": "^3.0.0",
"yargs": "^17.0.1"
}
}