-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (35 loc) · 968 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
{
"author": "Potherca <[email protected]>",
"dependencies": {
"@inrupt/solid-client": "^1.10.0",
"@inrupt/solid-client-authn-browser": "^1.9.1",
"@inrupt/vocab-common-rdf": "^0.7.5",
"buffer": "^6.0.3"
},
"description": "Hello-World app for Solid Pod",
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.8",
"babel-loader": "^8.2.2",
"html-webpack-plugin": "^5.3.2",
"webpack": "^5.46.0",
"webpack-cli": "^4.7.2"
},
"comment" : {
"@webpack-cli/generators": "^0.1.2",
"css-loader": "^6.2.0",
"style-loader": "^3.2.1"
},
"keywords": [],
"license": "MIT",
"name": "solid-hello-world",
"private": true,
"scripts": {
"build": "npm run build:dev",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch"
},
"version": "0.1.0"
}