-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 980 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
{
"name": "joonsang-web-interface",
"version": "1.1.10",
"description": "Web developer Joonsang Park's website.",
"author": "debugrammer",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"deploy": "npm install && nuxt build && pm2 start"
},
"dependencies": {
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/moment": "^1.6.1",
"chart.js": "^2.9.4",
"cross-env": "^7.0.3",
"express": "^4.17.1",
"lodash": "^4.17.21",
"nuxt": "^2.15.8",
"nuxt-i18n": "^6.28.1",
"vue-chartjs": "^3.5.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.15.8",
"@nuxtjs/eslint-config": "^11.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/vuetify": "^1.12.1",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier": "^4.0.0",
"nodemon": "^2.0.14",
"prettier": "^2.4.1"
}
}