-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 874 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
33
34
35
{
"name": "octobox",
"version": "2.0.0",
"description": "Octobox is an opinionated React framework sporting features like animations, filesystem routing, and more.",
"private": true,
"main": "index.ts",
"scripts": {
"start": "cd create-octobox-app && npm run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tom-ricci/octobox.git"
},
"keywords": [
"octobox"
],
"author": "Thomas Ricci",
"license": "MIT",
"bugs": {
"url": "https://github.com/tom-ricci/octobox/issues"
},
"homepage": "https://github.com/tom-ricci/octobox#readme",
"dependencies": {
"@types/node": "^17.0.21",
"ts-node": "^10.7.0",
"tslib": "^2.3.1",
"typescript": "^4.6.2"
},
"workspaces": [
"./create-octobox-app",
"./eslint-config-octobox",
"./stylelint-config-octobox",
"./octobox-utils"
]
}