-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.23 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.23 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": "coolWalletTraderPortal",
"version": "1.0.0",
"description": "traderPortal",
"author": "yuanyu90221@gmail.com",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/font-awesome": "^1.0.2",
"axios": "^1.15.0",
"body-parser": "^1.20.4",
"bootstrap": "^3.3.7",
"express-session": "^1.18.2",
"font-awesome": "^4.7.0",
"jquery": "^3.5.0",
"koa": "^3.1.2",
"mongoose": "^8.9.5",
"nuxt": "^3.19.0",
"path": "^0.12.7"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"css-loader": "^6.6.0",
"eslint": "^8.27.0",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"node-sass": "^9.0.0",
"sass-loader": "^16.0.1",
"scss-loader": "0.0.1",
"webpack": "^5.105.0"
},
"config": {
"nuxt": {
"host": "0.0.0.0",
"port": "9000"
}
}
}