forked from Sanfra1407/Tic-Tac-Vue
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1 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
{
"name": "tic-tac-vue",
"description": "A simple Tic-Tac-Toe game written in Vue",
"version": "0.4.2",
"author": "Giuseppe Sanfrancesco (https://www.giuseppesanfrancesco.it/)",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"keywords": [
"vue",
"vuex",
"vue router",
"javascript",
"es6",
"spa",
"single page application",
"tic-tac-toe",
"tic tac toe",
"tic-tac-vue",
"tic tac vue",
"game",
"learning",
"BEM",
"SCSS",
"Atomic Design"
],
"dependencies": {
"vue": "^2.6.11",
"vue-router": "^3.1.5",
"vuex": "^3.1.2"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-service": "^4.5.12",
"node-sass": "^4.13.0",
"sass-loader": "^7.3.1",
"serialize-javascript": "^4.0.0",
"vue-template-compiler": "^2.6.11"
}
}