-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.87 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
{
"name": "pipe-puzzle",
"version": "1.0.0",
"private": true,
"description": "pipe puzzle game",
"author": {
"name": "MisaoDev",
"email": "[email protected]"
},
"scripts": {
"lint": "vue-cli-service lint",
"format": "prettier --write \"**/*.{js,vue,scss,html,md,json}\" --ignore-path .gitignore",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"gh-deploy-init": "git push origin && git subtree push --prefix dist origin gh-pages",
"gh-deploy": "git push origin :gh-pages && git subtree push --prefix dist origin gh-pages"
},
"main": "index.js",
"dependencies": {
"@oruga-ui/oruga-next": "^0.5.5",
"core-js": "^3.8.3",
"vue": "^3.2.13",
"vue-router": "^4.0.3"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-e2e-cypress": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-unit-mocha": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/test-utils": "^2.0.0-0",
"chai": "^4.2.0",
"cypress": "^9.7.0",
"eslint": "8",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.1.1",
"eslint-plugin-vue-pug": "^0.5.4",
"prettier": "^2.4.1",
"sass": "^1.32.7",
"sass-loader": "^12.0.0",
"vue-cli-plugin-pug": "~2.0.0"
},
"_id": "[email protected]",
"bugs": {
"url": "https://github.com/MisaoDev/pipe-puzzle/issues"
},
"homepage": "https://github.com/MisaoDev/pipe-puzzle#readme",
"license": "MIT",
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/MisaoDev/pipe-puzzle.git"
}
}