-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.64 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
{
"name": "@toonote/web-client",
"version": "1.0.0-alpha.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server",
"build:dev": "rimraf dist/*&&webpack",
"build:prod": "rimraf dist/*&&NODE_ENV=production webpack"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/TooNote/WebClient.git"
},
"author": "TooBug <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/TooNote/WebClient/issues"
},
"homepage": "https://github.com/TooNote/WebClient#readme",
"devDependencies": {
"@toonote/md-editor": "git+https://github.com/TooNote/MdEditor.git#1.0.0-wip",
"@types/highlight.js": "^9.12.3",
"@types/mermaid": "^8.2.0",
"@types/remarkable": "^1.7.4",
"@vue/composition-api": "^0.2.1",
"axios": "^0.19.0",
"axios-rest-client": "^0.1.11",
"css-loader": "^3.2.0",
"eslint": "^6.2.2",
"file-loader": "^4.2.0",
"highlight.js": "^9.15.10",
"html-webpack-plugin": "^3.2.0",
"mermaid": "^8.2.5",
"remarkable": "^2.0.0",
"rimraf": "^3.0.0",
"socket.io-client": "^2.3.0",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"url-loader": "^2.1.0",
"v-contextmenu": "^2.8.0",
"vue": "^2.6.10",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.1"
},
"dependencies": {}
}