-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
79 lines (79 loc) · 2.31 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "francois-risoud-fullstack-freelance-dev-homepage",
"version": "2.0.0",
"description": "François Risoud, fullstack developer",
"author": "François Risoud <[email protected]>",
"private": true,
"scripts": {
"dev": "vite --host",
"start": "yarn dev",
"lint": "eslint --ext .ts,.vue src",
"build": "vite build --emptyOutDir",
"deploy": "netlify deploy",
"type-check": "vue-tsc --noEmit"
},
"type": "module",
"dependencies": {
"@unhead/vue": "^1.9.7",
"@vueuse/core": "^10.9.0",
"connect-history-api-fallback": "^1.5.0",
"dat.gui": "^0.7.1",
"incremental": "^1.0.1",
"iscroll": "^5.2.0",
"matter-attractors": "^0.1.6",
"matter-js": "^0.14.0",
"matter-wrap": "^0.2.0",
"normalize.css": "^8.0.0",
"raf": "^3.4.0",
"reset-css": "^2.2.1",
"stats-js": "^1.0.0-alpha1",
"vue": "^3.4.26",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@prettier/plugin-pug": "^1.19.2",
"@types/dat.gui": "^0.7.13",
"@types/iscroll": "^5.2.10",
"@types/matter-js": "^0.19.6",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/typescript-estree": "^7.8.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/language-plugin-pug": "^2.0.15",
"autoprefixer": "^10.4.19",
"chalk": "^2.0.1",
"copy-webpack-plugin": "^4.5.1",
"es6-promise": "^4.2.4",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-vue": "^9.25.0",
"eslint-plugin-vue-pug": "^0.6.2",
"eslint-plugin-vuejs-accessibility": "^2.3.0",
"netlify-cli": "^9.13.0",
"node-notifier": "^8.0.1",
"postcss": "^8.4.38",
"prettier": "2.8.8",
"pug": "^3.0.1",
"rimraf": "^2.6.0",
"rollup-plugin-visualizer": "^5.12.0",
"semver": "^5.3.0",
"shelljs": "^0.8.5",
"stylus": "^0.63.0",
"stylus-supremacy": "^2.15.0",
"svgo": "^1.0.5",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.5",
"vite": "^5.2.10",
"vite-plugin-pwa": "^0.19.8",
"vite-svg-loader": "^5.1.0",
"vue-eslint-parser": "^9.4.2",
"vue-tsc": "^2.0.15",
"workbox-build": "^7.1.0",
"workbox-window": "^7.1.0"
},
"engines": {
"node": ">= 18"
}
}