-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1 KB
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
{
"name": "@codebenderhq/canvas",
"version": "0.1.8",
"repository": "git://github.com/codebenderhq/canvas.git",
"description": "Building the present has never been easier",
"source": "./src/index.js",
"main": "./dist/index.js",
"scripts": {
"start": " parcel index.html",
"build": " parcel build"
},
"author": "Rawk",
"license": "MPL-2.0",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"dependencies": {
"@dfinity/agent": "0.10.0",
"connect": "^3.7.0",
"http-proxy-middleware": "^2.0.1",
"@js-temporal/polyfill": "^0.3.0",
"faunadb": "^4.4.1",
"jsonwebtoken": "^8.5.1",
"nanoid": "^3.1.30",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.0"
},
"devDependencies": {
"@parcel/transformer-image": "^2.0.0-rc.0",
"autoprefixer": "^10.3.6",
"parcel": "^2.0.0-rc.0",
"postcss": "^8.3.8",
"tailwindcss": "^2.2.16",
"@dfinity/candid": "0.10.0",
"@dfinity/principal": "0.10.0"
}
}