-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
43 lines (43 loc) · 1.18 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": "MozSpaceJKT",
"version": "1.0.0",
"description": "A Mozilla Community Space Project",
"author": "Diky Arga",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "env-cmd ./.env nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/auth": "^4.5.1",
"@nuxtjs/axios": "^5.3.1",
"@nuxtjs/dotenv": "^1.1.0",
"@nuxtjs/toast": "^3.0.1",
"dayjs": "^1.6.4",
"dotenv": "^5.0.1",
"express": "^4.15.3",
"js-cookie": "^2.2.0",
"nuxt": "^1.0.0",
"qs": "^6.5.2",
"socket.io-client": "^2.1.0",
"vee-validate": "^2.0.9",
"vue-typer": "^1.2.0",
"vue2-editor": "^2.6.1",
"vuetify": "^0.17.3"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"cross-env": "^5.0.1",
"env-cmd": "^7.0.0",
"eslint": "^4.15.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-vue": "^4.0.0",
"nodemon": "^1.11.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1"
}
}