0% found this document useful (0 votes)
16 views1 page

001 Package

This document describes a starter application for the Internet Computer, detailing its version, description, and keywords. It includes scripts for building and starting the application, as well as lists of development and production dependencies. Additionally, it specifies browser compatibility requirements for the application.

Uploaded by

alsoravijatav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views1 page

001 Package

This document describes a starter application for the Internet Computer, detailing its version, description, and keywords. It includes scripts for building and starting the application, as well as lists of development and production dependencies. Additionally, it specifies browser compatibility requirements for the application.

Uploaded by

alsoravijatav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

{

"name": "dkeeper_assets",
"version": "0.1.0",
"description": "Internet Computer starter application",
"keywords": [
"Internet Computer",
"Motoko",
"JavaScript",
"Canister"
],
"scripts": {
"build": "webpack",
"prebuild": "npm run copy:types",
"start": "webpack serve --mode development --env development",
"prestart": "npm run copy:types",
"copy:types": "rsync -avr .dfx/$(echo ${DFX_NETWORK:-'**'})/canisters/** --
exclude='assets/' --exclude='idl/' --exclude='*.wasm' --delete src/declarations"
},
"devDependencies": {
"@dfinity/agent": "0.10.3",
"@dfinity/candid": "0.10.3",
"@dfinity/principal": "0.10.3",
"@material-ui/core": "4.6.1",
"@material-ui/icons": "4.5.1",
"assert": "2.0.0",
"buffer": "6.0.3",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.5.1",
"events": "3.3.0",
"html-webpack-plugin": "5.5.0",
"process": "0.11.10",
"stream-browserify": "3.0.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "5.3.1",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"util": "0.12.4",
"webpack": "5.69.1",
"webpack-cli": "4.9.2",
"webpack-dev-server": "^4.4.0"
},
"browserslist": [
"last 2 chrome version",
"last 2 firefox version",
"last 2 safari version",
"last 2 edge version"
],
"dependencies": {
"@material-ui/core": "4.6.1",
"@material-ui/icons": "4.5.1",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-scripts": "5.0.0",
"uuid": "8.3.2"
}
}

You might also like