-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "fichesetchips",
"version": "0.0.1",
"description": "Fiches&Chips Project",
"author": "Fiches&Chips <fichesetchips@gmail.com>",
"scripts": {
"dev": "cross-env NODE_ENV=development HOST=0.0.0.0 vue-cli-service serve",
"build": "cross-env NODE_ENV=production vue-cli-service build --mode production",
"dev:prod": "serve -s dist",
"lint": "cross-env NODE_ENV=development vue-cli-service lint",
"lint:fix": "cross-env NODE_ENV=development vue-cli-service lint --fix"
},
"dependencies": {
"core-js": "^3.24.1",
"cross-env": "^7.0.3",
"crypto-js": "^4.1.1",
"pdf-lib": "^1.17.1",
"phaser": "^3.55.2",
"socket.io-client": "^4.5.4",
"tailwind-scrollbar": "^3.0.0",
"vue": "^3.2.37",
"vue-i18n": "^9.2.2",
"vue-moment": "^4.1.0",
"vue-router": "^4.1.6",
"vue-toastification": "^2.0.0-rc.5",
"vuex": "^4.0.2",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-prettier": "^7.0.0",
"autoprefixer": "^10.4.13",
"babel-eslint": "^10.1.0",
"eslint": "^8.31.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0",
"http-server": "^14.1.1",
"lint-staged": "^13.1.0",
"postcss": "^8.4.18",
"prettier": "^2.8.2",
"sass": "^1.54.4",
"sass-loader": "^13.0.2",
"tailwindcss": "^3.2.1"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,vue}": [
"vue-cli-service lint"
]
},
"keywords": [
"vue",
"phaser",
"tailwindcss",
"express",
"fiches&chips"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Ganarok/fichesetchips"
}
}