This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.52 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
{
"name": "icepack",
"version": "1.0.0",
"description": "Inha Univ. ICE Student Association Resource Management Service",
"keywords": [
"inha-university",
"ice",
"engineering",
"resource-management",
"service"
],
"dependencies": {
"@nuxtjs/axios": "^5.9.3",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/google-gtag": "^1.0.4",
"@nuxtjs/pwa": "^3.0.0-beta.19",
"@nuxtjs/svg": "^0.1.6",
"nuxt": "^2.11.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.1.0",
"@nuxtjs/stylelint-module": "^3.1.1",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-plugin-nuxt": "^0.5.0",
"push-dir": "^0.4.1",
"stylelint": "^12.0.1",
"stylelint-config-recess-order": "^2.0.3",
"stylelint-config-standard": "^19.0.0"
},
"scripts": {
"build": "nuxt build",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup",
"dev": "nuxt",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore . & stylelint **/*.vue",
"lint:fix": "eslint --ext .js,.vue --fix --ignore-path .gitignore . & stylelint --fix **/*.vue",
"start": "nuxt start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inha-ice/icepack"
},
"contributors": [
"Seungjae Park <[email protected]>"
],
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/inha-ice/icepack/issues"
},
"homepage": "https://github.com/inha-ice/icepack#readme",
"private": true
}