-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 1.04 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
{
"name": "jaxwilko-game",
"private": true,
"devDependencies": {
"@tailwindcss/aspect-ratio": "latest",
"@tailwindcss/forms": "latest",
"@tailwindcss/line-clamp": "latest",
"@tailwindcss/typography": "latest",
"autoprefixer": "^10.4.4",
"axios": "^0.21",
"json-editor-vue": "^0.11",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.4.5",
"postcss-color-mod-function": "^3.0.3",
"postcss-import": "^14.1.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.50.0",
"sass-loader": "^12.6.0",
"tailwindcss": "^3.0.11",
"vue-loader": "^17.0.0",
"vue-tippy": "^6.0.0-alpha.57",
"vuex": "^4.1.0"
},
"dependencies": {
"@codemirror/lang-php": "^6.0.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@heroicons/vue": "^1.0.6",
"babel-plugin-module-resolver": "^4.1.0",
"codemirror": "^6.0.1",
"vue": "^3.2.31",
"vue-codemirror": "^6.1.1"
}
}