-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.41 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
{
"name": "browse",
"version": "1.2.12",
"description": "",
"keywords": [
"pilet"
],
"dependencies": {
"js-yaml-loader": "^1.2.2",
"piral": "^1.0.0-pre.2137"
},
"devDependencies": {
"@dbeining/react-atom": "4.1.13",
"@libre/atom": "1.3.3",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/react-router": "latest",
"@types/react-router-dom": "latest",
"history": "4.10.1",
"path-to-regexp": "1.8.0",
"piral-cli": "^1.0.0-pre.2137",
"piral-cli-webpack": "^0.12.4",
"netflix-piral": "1.2.3",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"tslib": "1.14.1",
"typescript": "latest"
},
"peerDependencies": {
"@dbeining/react-atom": "*",
"@libre/atom": "*",
"history": "*",
"react": "*",
"react-dom": "*",
"react-router": "*",
"react-router-dom": "*",
"tslib": "*",
"path-to-regexp": "*",
"netflix-piral": "*"
},
"scripts": {
"start": "pilet debug",
"build": "pilet build",
"upgrade": "pilet upgrade",
"publish": "./publish.sh",
"debug": "pilet debug --feed https://feed.piral.cloud/api/v1/pilet/dante-feed"
},
"main": "dist/index.js",
"files": [
"dist"
],
"piral": {
"comment": "Keep this section to use the Piral CLI.",
"name": "netflix-piral"
},
"peerModules": []
}