-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 992 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 992 Bytes
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
{
"name": "typescript-loop-example",
"version": "1.0.0",
"description": "",
"main": "index.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --entry ./src/index.ts --config ./webpack.config.js"
},
"author": "LDK Team",
"license": "ISC",
"ldk": {
"permissions": {
"whisper": {},
"network": {
"urlDomains": [
{
"value": "api.nal.usda.gov"
}
]
}
}
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.16.0",
"@oliveai/ldk": "3.8.1",
"@types/react": "^17.0.36",
"@types/react-reconciler": "^0.26.4",
"common-tags": "^1.8.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-reconciler": "^0.26.2",
"webpack-merge": "^5.8.0"
},
"devDependencies": {
"@types/common-tags": "^1.8.1",
"ts-loader": "^8.1.0",
"typescript": "^4.2.4",
"webpack": "^5.32.0",
"webpack-cli": "^4.6.0"
}
}