-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.25 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.25 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
{
"name": "tss-website-nuxt",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "npm run lint:js",
"test:e2e": "nightwatch"
},
"dependencies": {
"@babel/core": "^7.12.16",
"@creativebulma/bulma-divider": "^1.1.0",
"@nuxtjs/auth-next": "5.0.0-1611574754.9020f2a",
"@nuxtjs/axios": "^5.12.5",
"body-parser": "^1.19.0",
"core-js": "^3.8.3",
"cors": "^2.8.5",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"net": "^1.0.2",
"node-sass": "^5.0.0",
"nuxt": "^2.14.12",
"nuxt-buefy": "^0.4.4",
"sass-loader": "^10.1.1",
"vue-plugin-load-script": "^1.3.2"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^5.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"babel-eslint": "^10.1.0",
"chromedriver": "^88.0.0",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.5.0",
"nightwatch": "^1.5.1",
"prettier": "^2.2.1",
"vue-particles": "^1.0.9"
}
}