-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 949 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
{
"name": "rex-ui",
"version": "1.0.0",
"description": "A user interface for Rex, allowing you to manage ideas and share them with others.",
"author": "Benjamin Pannell <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/SierraSoftworks/rex-ui.git"
},
"license": "MIT",
"scripts": {
"start": "node dev.js",
"build": "tsc"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"@types/punycode": "^2.1.4",
"@types/requirejs": "^2.1.37",
"@types/spark-md5": "^3.0.5",
"browser-sync": "^3.0.3",
"connect-history-api-fallback": "^2.0.0",
"dayjs": "^1.11.13",
"highlight.js": "^11.11.0",
"msal": "^1.4.18",
"typescript": "^5.7.2",
"vue": "^2.7.16",
"vue-class-component": "^7.2.6",
"vue-router": "^3.6.5",
"vuex": "^3.6.2"
}
}