-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.4 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": "typing-study",
"version": "1.0.0",
"description": "Application of typing 10 fingers for everyone",
"author": "thaycacac <thaycacac@gmail.com>",
"engines": {
"node": "v8.12.0",
"yarn": "1.9.4",
"npm": "6.4.1"
},
"private": false,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"precommit": "npm run lint",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"heroku-postbuild": "npm run build"
},
"dependencies": {
"@nuxtjs/axios": "^5.3.1",
"animejs": "^2.2.0",
"aos": "^2.3.4",
"axios": "^0.18.0",
"babel-loader": "7",
"body-passer": "^1.0.0",
"charming": "^2.2.4",
"cross-env": "^5.0.1",
"express": "^4.15.3",
"express-session": "^1.15.6",
"mongoose": "^5.2.14",
"node-sass": "^4.9.3",
"nodemon": "^1.18.4",
"nuxt": "1.4.2",
"nuxt-buefy": "^0.1.0",
"nuxt-i18n": "^5.3.0",
"nuxt-robots-module": "^1.3.0",
"pug": "^2.0.3",
"sass-loader": "^7.1.0",
"source-map-support": "^0.4.15",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-html": "^3.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
}
}