-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 992 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
{
"name": "ciao",
"title": "Experimental Block Based Theme",
"description": "",
"author": "Enea Overclokk",
"homepage": "https://italystrap.com",
"version": "1.0.0",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.4.0",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"normalize.css": "^8.0.1",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typescript": "*"
},
"dependencies": {
"bootstrap": "^5.1.2"
},
"scripts": {
"build": "grunt copy:dist",
"cs": "prettier --check .",
"cs:fix": "prettier --write .",
"dump": "node ./node_modules/theme-json-generator/bin/theme-json dump",
"dump:ts": "ts-node ./node_modules/theme-json-generator/bin/theme-json dump --ext ts"
}
}