-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
68 lines (68 loc) · 1.89 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
63
64
65
66
67
68
{
"author": {
"name": "Episerver SA Team"
},
"bugs": {
"url": "https://github.com/episerver/foundation-lib-spa-core/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Episerver React SPA - Core Library",
"devDependencies": {
"@reduxjs/toolkit": "^1.5.0",
"@types/core-js": "^2.5.4",
"@types/lodash": "^4.14.168",
"@types/node": "^15.0.3",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-helmet": "^6.1.0",
"@types/react-redux": "^7.1.16",
"@types/react-router": "^5.1.11",
"@types/react-router-dom": "^5.1.7",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"axios": "^0.21.1",
"eslint": "^7.23.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eventemitter3": "^4.0.7",
"lodash": "^4.17.20",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.0.0",
"react-redux": "^7.2.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5",
"typescript": "^4.1.3",
"uuid": "^8.3.2"
},
"directories": {
"bin": "./dist/bin/"
},
"homepage": "https://github.com/episerver/foundation-lib-spa-core",
"license": "Apache-2.0",
"main": "dist/index.js",
"name": "@episerver/spa-core",
"peerDependencies": {
"@reduxjs/toolkit": "^1.5.0",
"axios": "^0.21.1",
"eventemitter3": "^4.0.7",
"lodash": "^4.17.20",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.0.0",
"react-redux": "^7.2.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5",
"uuid": "^8.3.2"
},
"private": true,
"scripts": {
"build": "npx tsc --pretty --project tsconfig.json",
"watch": "npx tsc --watch --pretty tsconfig.json",
"lint": "npx eslint . --ext .ts --color"
},
"version": "0.1.3"
}