-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 887 Bytes
/
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
{
"name": "ultimate-tic-tac-toe",
"version": "1.0.0",
"private": true,
"repository" : {
"type" : "git",
"url" : "[email protected]:codytooker/Vue-Ulitmate-Tic-Tac-Toe.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"vue": "^2.5.16",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
"tailwindcss": "^0.6.1"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.0.1",
"@vue/cli-plugin-babel": "^3.0.0-beta.15",
"@vue/cli-plugin-eslint": "^3.0.0-beta.15",
"@vue/cli-service": "^3.0.0-beta.15",
"@vue/eslint-config-airbnb": "^3.0.0-rc.3",
"postcss-import": "^11.1.0",
"postcss-nested": "^3.0.0",
"vue-template-compiler": "^2.5.16"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}