-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.54 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": "glitched-writer-app",
"version": "0.0.0",
"author": "Damian Tarnawski @thetarnav <gthetatnav@gmail.com>",
"contributors": [
"Kacper Dąbrowski <dabrowski.kacperr2@gmail.com>"
],
"homepage": "https://glitched-writer.site/",
"repository": {
"type": "git",
"url": "git+https://github.com/thetarnav/glitched-writer-app.git"
},
"scripts": {
"serve": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"animejs": "^3.2.1",
"copy-to-clipboard": "^3.3.1",
"glitched-writer": "^2.0.29",
"lodash.debounce": "^4.0.8",
"lodash.startcase": "^4.4.0",
"mitt": "^2.1.0",
"query-string": "^7.0.0",
"vue": "^3.0.5",
"vue-glitched-writer": "^1.1.7",
"vue-inline-svg": "^3.0.0-beta.3",
"vue-slider-component": "^4.0.0-beta.3",
"vuedraggable": "^4.0.1"
},
"devDependencies": {
"@types/animejs": "^3.1.3",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.range": "^3.2.6",
"@types/lodash.startcase": "^4.4.6",
"@vitejs/plugin-vue": "^1.2.2",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/compiler-sfc": "^3.0.5",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vuedx/typescript-plugin-vue": "^0.6.3",
"autoprefixer": "^10.2.5",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.0.0",
"postcss": "^8.2.15",
"prettier": "^2.3.0",
"sass": "^1.32.13",
"tailwindcss": "^2.1.2",
"typescript": "^4.1.3",
"vite": "2.2.4"
}
}