-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 957 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
{
"name": "@editorjs/nft",
"description": "NFT Tool for Editor.js",
"version": "1.0.2",
"license": "MIT",
"repository": "https://github.com/editor-js/nft",
"main": "dist/NftTool.umd.js",
"module": "dist/NftTool.mjs",
"scripts": {
"dev": "vite",
"build": "vite build",
"server": "ts-node-dev ./server/index.ts"
},
"devDependencies": {
"@codexteam/icons": "^0.1.0",
"@editorjs/editorjs": "^2.26.4",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.15",
"@types/node": "^16.3.3",
"alchemy-sdk": "^2.2.5",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"eslint": "^8.34.0",
"eslint-config-codex": "^1.7.2",
"express": "^4.18.2",
"postcss-nested": "^6.0.0",
"postcss-preset-env": "^7.8.3",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.4",
"vite": "^3.1.0",
"vite-plugin-css-injected-by-js": "^2.1.1",
"vite-plugin-eslint": "^1.8.1"
}
}