-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
83 lines (83 loc) · 2.08 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "bms-web",
"version": "1.0.0",
"description": "积木(可视化页面搭建)系统的UI端项目",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"dev": "node index.js -d",
"build": "node index.js -b",
"serve": "node index.js -s"
},
"author": "liangjiecan",
"keywords": [
"JavaScript",
"Webpack",
"Typescript",
"Vue",
"cms",
"bms"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ljcheibao/bms-web.git"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/node": "^8.5.1",
"@types/react": "^16.1.0",
"@types/react-dom": "^16.0.4",
"@types/react-jsonschema-form": "^1.0.7",
"@types/vue": "^2.0.0",
"animate.css": "^3.5.2",
"antd-jsonschema-form": "^1.0.3",
"awe-dnd": "^0.3.1",
"axios": "^0.17.1",
"babel-polyfill": "^6.26.0",
"babel-preset-react": "^6.24.1",
"bootstrap": "^4.0.0",
"colors": "^1.1.2",
"commander": "^2.12.2",
"compression-webpack-plugin": "^1.1.3",
"copy-webpack-plugin": "^4.3.1",
"express": "^4.16.2",
"freedom-middleware-webpack2": "^1.0.6",
"hammerjs": "^2.0.8",
"heibao-utils": "^0.0.6",
"http-proxy-middleware": "^0.17.4",
"iosselect": "^1.1.4",
"json-pointer": "^0.6.0",
"jsonp": "^0.2.1",
"prismjs": "^1.12.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-jsonschema-form": "^1.0.2",
"react-schema-form-antd": "^1.2.39",
"reflect-metadata": "^0.1.10",
"serve-static": "^1.13.1",
"swiper": "^4.0.7",
"typedi": "^0.6.0",
"vue": "^2.5.11",
"vue-awesome-swiper": "^3.0.7",
"vue-class-component": "^6.1.2",
"vue-html5-editor": "^1.1.1",
"vue-json-schema": "^1.1.0",
"vue-markdown": "^2.2.4",
"vue-property-decorator": "^6.0.0",
"vue-quill-editor": "^3.0.5",
"vue-router": "^3.0.1",
"vue-touch": "^2.0.0-beta.4",
"vue2-editor": "^2.5.0"
},
"proxy": [
"/api",
"/preview"
],
"dependencies": {
"apollo-client": "^2.2.8",
"vue-apollo": "^3.0.0-beta.5"
}
}