-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.42 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.42 KB
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
{
"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@4.13.0+sha512.5c20ba010c99815433e5c8453112165e673f1c7948d8d2b267f4b5e52097538658388ebc9f9580656d9b75c5cc996f990f611f99304a2197d4c56d21eea370e7",
"type": "module",
"author": "IntellectualSites",
"bugs": {
"url": "https://github.com/IntellectualSites/schematic.cloud/issues"
},
"homepage": "https://github.com/IntellectualSites/schematic.cloud#readme",
"dependencies": {
"@nuxt/eslint": "1.15.2",
"axios": "1.15.2",
"bootstrap": "5.3.8",
"funnies": "2.1.0",
"nuxt": "4.4.2",
"vue-clipboard3": "2.0.0"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@typescript-eslint/parser": "8.59.1",
"eslint": "10.2.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.5",
"prettier": "3.8.3",
"sass": "1.99.0",
"typescript": "6.0.3"
}
}