This repository has been archived by the owner on Feb 3, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.59 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
{
"name": "typein-ninja",
"version": "1.6.0",
"private": true,
"description": "typein.ninja is a typing test for speed and accuracy with gamify elements.",
"author": "",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"sitemap": "vue-cli-service sitemap",
"test": "vue-cli-service test:unit"
},
"main": ".eslintrc.js",
"dependencies": {
"core-js": "^3.16.3",
"dotenv": "^8.2.0",
"firebase": "^8.10.0",
"nes.css": "^2.3.0",
"vue": "^2.6.11",
"vue-gtag": "^1.14.0",
"vue-router": "^3.5.1",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.12",
"@vue/cli-plugin-eslint": "^4.5.12",
"@vue/cli-plugin-router": "^4.5.12",
"@vue/cli-plugin-unit-jest": "^4.5.13",
"@vue/cli-plugin-vuex": "^4.5.12",
"@vue/cli-service": "^4.5.12",
"@vue/test-utils": "^1.2.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.24.0",
"eslint-plugin-vue": "^7.17.0",
"esm": "^3.2.25",
"prettier": "2.2.1",
"sass": "^1.38.2",
"sass-loader": "^10.1.1",
"sitemap-webpack-plugin": "^1.0.0",
"vue-cli-plugin-sitemap": "^2.3.0",
"vue-jest": "^3.0.7",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.46.0"
},
"bugs": {
"url": "https://github.com/lowlightdev/typein.ninja/issues"
},
"homepage": "https://github.com/lowlightdev/typein.ninja#readme",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/lowlightdev/typein.ninja.git"
}
}