-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 829 Bytes
/
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
{
"name": "netflix-piral",
"version": "1.2.3",
"description": "",
"keywords": [
"piral"
],
"dependencies": {
"copy-webpack-plugin": "^6.2.1",
"piral": "^0.14.0"
},
"scripts": {
"start": "piral debug",
"build": "piral build"
},
"app": "./src/index.html",
"pilets": {
"files": [],
"externals": [],
"scripts": {},
"validators": {},
"devDependencies": {},
"preScaffold": "",
"postScaffold": "",
"preUpgrade": "",
"postUpgrade": "",
"packageOverrides": {}
},
"devDependencies": {
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/react-router": "latest",
"@types/react-router-dom": "latest",
"piral-cli": "^0.14.0",
"piral-cli-webpack": "^0.14.0",
"typescript": "latest"
}
}