-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.94 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
{
"name": "web-ifc-experiment",
"version": "0.0.2-next.51",
"description": "",
"scripts": {
"start": "ts-node dev-run",
"dev": "ts-node dev-run",
"build": "ts-node prod-build",
"typecheck": "ts-node typecheck",
"eslint": "eslint --fix ./src/**/*.ts",
"prettier": "prettier --write \"src/**/*.ts\"",
"prepare": "husky install",
"release": "standard-version --prerelease next",
"release:test": "standard-version --dry-run",
"release:minor": "standard-version --release-as minor",
"release:patch": "standard-version --release-as patch",
"release:major": "standard-version --release-as major",
"release:next": "standard-version --prerelease next"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simple-html/starter-web.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/simple-html/starter-web/issues"
},
"homepage": "https://github.com/simple-html/starter-web#readme",
"devDependencies": {
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@types/stats.js": "^0.17.0",
"@types/three": "^0.141.0",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"esbuild": "^0.14.43",
"esbuild-helpers": "0.0.9",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.1",
"lit-html": "^2.2.6",
"minify-html-literals": "^1.3.5",
"postcss": "^8.4.14",
"prettier": "^2.7.0",
"standard-version": "^9.5.0",
"stats.js": "^0.17.0",
"tailwindcss": "^3.1.3",
"three": "^0.141.0",
"three-mesh-bvh": "^0.5.11",
"ts-node": "^10.8.1",
"typescript": "^4.7.3",
"web-ifc": "^0.0.35"
}
}