-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
49 lines (49 loc) · 1.15 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "freedictionaryapi",
"version": "1.0.0",
"description": "Dictionary for EDict extension",
"main": "src/app.js",
"scripts": {
"start": "node ./src/app.js",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ngocsangyem/freedictionaryapi.git"
},
"keywords": [
"API",
"Nodejs",
"Javascript"
],
"author": "ngocsangyem",
"license": "MIT",
"bugs": {
"url": "https://github.com/ngocsangyem/freedictionaryapi/issues"
},
"homepage": "https://github.com/ngocsangyem/freedictionaryapi#readme",
"dependencies": {
"axios": "^0.27.2",
"cheerio": "^1.0.0-rc.10",
"dotenv": "^16.0.3",
"event-stream": "^4.0.1",
"express": "^4.17.3",
"express-rate-limit": "^6.3.0",
"jsdom": "^19.0.0",
"mongodb": "^5.1.0",
"node-fetch": "^2.6.7"
},
"devDependencies": {
"@iconify/vue": "^3.2.1",
"@vueuse/core": "^8.9.0",
"autoprefixer": "^10.4.7",
"floating-vue": "^2.0.0-beta.17",
"postcss": "^8.4.14",
"sass": "^1.53.0",
"tailwindcss": "^3.1.4",
"vitepress": "^1.0.0-alpha.4",
"vue": "^3.2.37"
}
}