-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.45 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
{
"name": "@toonote/client.xiaotu.io",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server",
"build:dev": "webpack",
"build:prod": "rimraf dist&&NODE_ENV=production webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TooNote/client.xiaotu.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TooNote/client.xiaotu.io/issues"
},
"homepage": "https://github.com/TooNote/client.xiaotu.io#readme",
"devDependencies": {
"@toonote/md-editor": "^1.0.0-alpha.2",
"axios": "^0.19.2",
"axios-rest-client": "^0.1.11",
"copy-webpack-plugin": "^5.1.1",
"cos-js-sdk-v5": "^0.5.22",
"css-loader": "^3.4.2",
"eases": "^1.0.8",
"file-loader": "^5.0.2",
"highlight.js": "^9.18.1",
"html-webpack-harddisk-plugin": "^1.0.1",
"html-webpack-plugin": "^3.2.0",
"inline-css": "^2.6.2",
"lodash": "^4.17.15",
"node-forge": "^0.9.1",
"remarkable": "^2.0.0",
"rimraf": "^3.0.1",
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"url-loader": "^3.0.0",
"uuid": "^3.4.0",
"v-contextmenu": "^2.9.0",
"vue": "^2.6.11",
"vue-loader": "^15.8.3",
"vue-runtime-helpers": "^1.1.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.2"
}
}