This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
79 lines (79 loc) · 2.27 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
69
70
71
72
73
74
75
76
77
78
79
{
"name": "frontend-app-shell",
"version": "1.0.0",
"description": "",
"keywords": [
"piral"
],
"browserslist": [
"extends @edx/browserslist-config"
],
"dependencies": {
"@edx/brand": "npm:@edx/[email protected]",
"@edx/frontend-platform": "^5.3.0",
"@edx/paragon": "^21.1.2",
"piral-base": "1.0.1",
"piral-core": "1.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-router": "^6",
"react-router-dom": "^6",
"redux": "^4.2.1",
"redux-devtools-extension": "2.13.9",
"redux-dynamic-modules": "^5.2.3",
"redux-dynamic-modules-saga": "^5.2.3",
"redux-dynamic-modules-thunk": "^5.2.3",
"redux-logger": "3.0.6",
"@fortawesome/fontawesome-svg-core": "1.3.0",
"@fortawesome/free-brands-svg-icons": "5.15.4",
"@fortawesome/free-regular-svg-icons": "5.15.4",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@fortawesome/react-fontawesome": "0.1.18"
},
"scripts": {
"start": "piral debug",
"build": "piral build --type emulator",
"postinstall": "piral declaration",
"setup": "node bin/install"
},
"app": "./src/index.html",
"types": "dist/index.d.ts",
"importmap": {
"imports": {
"@edx/frontend-platform": "./node_modules/@edx/frontend-platform",
"@edx/paragon": "./node_modules/@edx/paragon",
"@edx/browserslist-config": ".",
"react": ".",
"react-dom": ".",
"react-helmet": ".",
"react-router": ".",
"react-router-dom": ".",
"@fortawesome/fontawesome-svg-core": ".",
"@fortawesome/free-brands-svg-icons": ".",
"@fortawesome/free-regular-svg-icons": ".",
"@fortawesome/free-solid-svg-icons": ".",
"@fortawesome/react-fontawesome": "."
},
"inherit": [
"piral-base"
]
},
"scrap": {
"@edx/frontend-build": "npm:@hammerlabs-net/[email protected]"
},
"devDependencies": {
"@edx/frontend-build": "^12.9.10",
"@edx/browserslist-config": "^1.2.0",
"@edx/reactifex": "1.1.0",
"copy-webpack-plugin": "^11.0.0",
"piral-cli": "1.0.1",
"piral-cli-dotenv": "^0.2.0",
"piral-cli-webpack5": "1.0.1",
"reactifex": "1.1.1",
"webpack-merge": "^5.8.0"
},
"peerDependencies": {
"mini-css-extract-plugin": "^1.6.2"
}
}