-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 971 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
{
"scripts": {
"dev": "node pacchetto.mjs",
"build": "NODE_ENV=production node pacchetto.mjs build",
"generate": "NODE_ENV=production node pacchetto.mjs generate",
"lint": "eslint . --ext .mjs,.js --fix"
},
"dependencies": {
"@inkline/inkline": "^3.1.10",
"fastify": "^3.27.0",
"fastify-vite": "^3.0.0-alpha.13",
"fastify-vite-vue": "^3.0.0-alpha.13",
"p-map": "^5.5.0",
"query-registry": "^2.6.0",
"sass": "^1.58.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@babel/eslint-plugin": "^7.19.1",
"@nuxtjs/eslint-config": "^1.0.1",
"@nuxtjs/style-resources": "^0.1.2",
"convert-svg-to-png": "^0.6.4",
"eslint": "^7.28.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"open-props": "^1.4.20",
"postcss-preset-env": "^7.8.3"
}
}