-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
43 lines (43 loc) · 1.34 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
{
"name": "ccip-puzzle-chocolate",
"version": "0.0.1",
"private": true,
"description": "Puzzle game of CCIP project (Refactoring from ccip-puzzle-bueno)",
"author": "Erickson Zhuang <bingluen0224@gmail.com>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'",
"test": "echo 'No Test!'"
},
"main": "index.js",
"dependencies": {
"axios": "^0.18.1",
"core-js": "^3.4.4",
"qr-scanner": "^1.1.1",
"vue": "^2.6.6",
"vue-i18n": "^8.0.0",
"vue-router": "^3.0.1",
"vuex": "^3.1.1"
},
"devDependencies": {
"@kazupon/vue-i18n-loader": "^0.3.0",
"@vue/cli-plugin-babel": "^4.4.6",
"@vue/cli-plugin-eslint": "^4.4.6",
"@vue/cli-service": "^4.4.6",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"lodash": "^4.17.19",
"prerender-spa-plugin": "^3.2.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-cli-plugin-i18n": "^0.6.0",
"vue-cli-plugin-prerender-spa": "^1.1.6",
"vue-template-compiler": "^2.5.21"
},
"license": "GPL-3.0",
"repository": "https://github.com/CCIP-App/CCIP-Puzzle-Chocolate"
}