-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.27 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
{
"name": "arcinfo",
"version": "1.2.0",
"description": "Advanced Arc Statics",
"author": "EATSTEAK",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development BASE_URL=http://localhost:8080 nodemon server/index.js --watch server",
"build": "cross-env NODE_ENV=production nuxt build",
"start": "cross-env NODE_ENV=production BASE_URL=http://arcinfo.eatsteak.xyz node server/index.js",
"generate": "nuxt generate"
},
"dependencies": {
"@chenfengyuan/vue-countdown": "^1.1.4",
"@nuxtjs/axios": "^5.9.3",
"@nuxtjs/google-analytics": "^2.2.3",
"@nuxtjs/moment": "^1.5.0",
"@nuxtjs/pwa": "^3.0.0-beta.19",
"bootstrap": "^4.1.3",
"bootstrap-vue": "^2.0.0",
"chart.js": "^2.9.3",
"connect": "^3.7.0",
"cross-env": "^5.2.0",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.3",
"eventsource-polyfill": "^0.9.6",
"express": "^4.16.4",
"mongoose": "^5.8.9",
"node-sass": "^4.13.1",
"node-schedule": "^1.3.2",
"nuxt": "^2.0.0",
"nuxt-i18n": "^6.5.0",
"promise-queue": "^2.2.5",
"redirect-ssl": "^1.4.1",
"sass-loader": "^8.0.2",
"vue-chartjs": "^3.5.0",
"vue-i18n": "^8.15.3"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^2.0.0",
"nodemon": "^1.18.9"
}
}