-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.22 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
{
"name": "docs.artificialmuseum.com",
"version": "0.0.1-alpha",
"private": true,
"type": "module",
"scripts": {
"start": "t -p",
"format": "f -w",
"test": "t --exclude docs",
"build": "NODE_ENV=production magic clean build",
"prod": "NODE_ENV=production magic build serve",
"dev": "magic dev",
"publish": "magic publish",
"connect": "magic connect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/artificialmuseum/docs.git"
},
"description": "Artificial Museum Documentation",
"keywords": [
"artificial",
"museum",
"dDocumentation"
],
"author": "TheSystemCollective <[email protected]>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/artificialmuseum/docs/issues"
},
"homepage": "https://github.com/artificialmuseum/docs#readme",
"dependencies": {
"@magic-modules/language-switch": "0.0.6",
"@magic-modules/light-switch": "0.0.12",
"@magic-modules/no-spy": "0.0.9",
"@magic-themes/docs": "0.0.15",
"@magic/core": "0.0.155"
},
"devDependencies": {
"@magic-modules/pre": "^0.0.12",
"@magic-modules/video-embed": "^0.0.6",
"@magic/format": "0.0.51",
"@magic/test": "0.2.18"
}
}