-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.05 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "acs-front",
"version": "1.0.0",
"description": "Adetbekov Creative Studio Frontend application",
"author": "adetbekov <[email protected]>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"precommit": "npm run lint",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/vue-fontawesome": "0.1.1",
"@nuxtjs/axios": "^5.3.1",
"@nuxtjs/moment": "^1.0.0",
"ajv": "^6.5.0",
"aws-sdk": "^2.311.0",
"bootstrap": "^4.1.3",
"child_process": "^1.0.2",
"cookieparser": "^0.1.0",
"element-ui": "^2.3.9",
"fs": "0.0.1-security",
"gsap": "^2.0.1",
"hoek": "^5.0.3",
"js-cookie": "^2.2.0",
"module": "^1.2.5",
"moment": "^2.22.2",
"net": "^1.0.2",
"nuxt": "^1.4.0",
"nuxt-i18n": "^5.2.1",
"sticky-js": "^1.2.0",
"tls": "0.0.1",
"vmark": "^1.0.1",
"vue-awesome": "^3.0.0",
"vue-compiler": "^4.0.0",
"vue-i18n": "^8.1.0",
"vue-loader": "^14.2.3"
},
"devDependencies": {
"@kazupon/vue-i18n-loader": "^0.3.0",
"autoprefixer": "^9.1.5",
"babel-eslint": "^9.0.0",
"eslint": "^5.5.0",
"eslint-config-prettier": "^3.0.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-vue": "^4.5.0",
"jade": "^1.11.0",
"jade-loader": "^0.8.0",
"json-loader": "^0.5.7",
"node-sass": "^4.9.0",
"nuxt-sass-resources-loader": "^2.0.5",
"postcss": "^7.0.2",
"postcss-hexrgba": "^1.0.1",
"postcss-nested": "^4.0.0",
"postcss-responsive-type": "^1.0.0",
"prettier": "^1.12.1",
"sass-loader": "^7.1.0",
"sass-resources-loader": "^1.3.3",
"style-loader": "^0.23.0",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-node-externals": "^1.7.2"
}
}