-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
44 lines (44 loc) · 1.26 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
{
"name": "schematic.cloud",
"version": "1.1.6-SNAPSHOT",
"private": true,
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
"generate": "nuxi generate",
"preview": "nuxi preview",
"postinstall": "nuxi prepare",
"lint:js": "eslint --ext \".ts,.vue,.js\" .",
"lint:prettier": "prettier --check .",
"lint": "yarn lint:js && yarn lint:prettier",
"lintfix": "prettier --write --list-different . && yarn lint:js --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IntellectualSites/schematic.cloud.git"
},
"packageManager": "yarn@3.6.2",
"type": "module",
"author": "IntellectualSites",
"bugs": {
"url": "https://github.com/IntellectualSites/schematic.cloud/issues"
},
"homepage": "https://github.com/IntellectualSites/schematic.cloud#readme",
"dependencies": {
"axios": "^1.4.0",
"bootstrap": "5.3.0",
"funnies": "2.1.0",
"nuxt": "3.6.5",
"vue-clipboard3": "^2.0.0"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.0",
"sass": "1.66.0",
"typescript": "^5.1.3"
}
}