-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.19 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.19 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
{
"name": "hostiflix-webapp",
"version": "1.0.0",
"description": "Hosting made easy.",
"author": "Rodrigo Orozco",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nuxt",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node index.js",
"generate": "nuxt generate"
},
"dependencies": {
"aos": "^2.3.4",
"axios": "^0.18.0",
"build": "^0.1.4",
"cookieparser": "^0.1.0",
"cross-env": "^5.2.0",
"js-cookie": "^2.2.0",
"npm": "^6.9.0",
"nuxt": "^2.4.0",
"nuxt-clipboard2": "^0.2.1",
"run": "^1.4.0",
"v-tooltip": "^2.0.0-rc.33",
"vue-timeago": "^5.1.2"
},
"devDependencies": {
"@nuxtjs/style-resources": "^0.1.2",
"babel-eslint": "^8.2.1",
"coffee-loader": "^0.9.0",
"coffeescript": "^2.3.2",
"eslint": "^5.15.3",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"node-sass": "^4.11.0",
"nodemon": "^1.18.9",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^7.1.0"
}
}