-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.6 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.6 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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "tokenly-wp-plugin",
"version": "0.2.0",
"main": "index.js",
"author": "Tokenly",
"scripts": {
"build": "export NODE_OPTIONS=--openssl-legacy-provider && wp-scripts build resources/ts/Frontend/Frontend resources/ts/Admin/Admin",
"start": "export NODE_OPTIONS=--openssl-legacy-provider && wp-scripts start resources/ts/Frontend/Frontend resources/ts/Admin/Admin",
"test:unit": "wp-scripts test-unit-js"
},
"devDependencies": {
"@types/masonry-layout": "^4.2.4",
"@types/node": "^17.0.9",
"@types/react": "^17.0.31",
"@types/twig": "^1.12.8",
"@types/wordpress__block-editor": "^6.0.5",
"@types/wordpress__components": "^14.0.4",
"@wordpress/block-editor": "^8.1.0",
"@wordpress/components": "^19.2.0",
"@wordpress/data": "^6.1.2",
"@wordpress/scripts": "^19.2.3",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4"
},
"description": "Tokenpass WordPress integration",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/encore-by-dev/tokenly-wp-plugin.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/encore-by-dev/tokenly-wp-plugin/issues"
},
"homepage": "https://github.com/encore-by-dev/tokenly-wp-plugin#readme",
"dependencies": {
"dayjs": "^1.10.7",
"ethers": "^5.5.4",
"inversify": "^6.0.1",
"inversify-react": "^1.0.0",
"react-hook-form": "^7.24.0",
"reflect-metadata": "^0.1.13",
"swiper": "^8.0.5",
"twig": "^1.15.4",
"webpack-bundle-analyzer": "^4.5.0"
}
}