-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.03 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
{
"name": "arc",
"version": "1.0.0-alpha",
"description": "Nodejs page builder CMS built upon Keystonejs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Designory/arc.git"
},
"keywords": [
"cms",
"page",
"builder",
"keystonejs",
"developer",
"and",
"designer",
"oriented"
],
"author": "designory team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Designory/arc/issues"
},
"homepage": "https://github.com/Designory/arc#readme",
"dependencies": {
"async": "^2.6.1",
"axios": "^0.18.0",
"babel-loader": "^8.0.0",
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^1.0.0",
"cssnano": "^4.1.8",
"dotenv": "^6.2.0",
"eslint": "^3.19.0",
"express": "^4.16.4",
"express-async-handler": "^1.1.4",
"extract-text-webpack-plugin": "^3.0.2",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"importer": "^0.7.2",
"keystone": "^4.0.0",
"keystone-publish": "1.0.0",
"lodash": "^4.17.11",
"log4js": "^3.0.6",
"marked": "^0.3.19",
"mini-css-extract-plugin": "^0.4.1",
"node-cache": "^4.2.0",
"node-sass": "^4.9.2",
"offline-plugin": "^5.0.6",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.5.0",
"postcss-pxtorem": "^4.0.1",
"rimraf": "^2.6.3",
"sass-loader": "^7.0.3",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"uglifyjs-webpack-plugin": "^2.1.1",
"vue": "^2.5.22",
"vue-context-menu": "^2.0.6",
"vue-loader": "^15.2.6",
"vue-router": "^3.0.2",
"vue-socket.io": "^3.0.4",
"vue-template-compiler": "^2.5.22",
"vuedraggable": "^2.17.0",
"vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0",
"webpack": "^4.28.4",
"webpack-cli": "^3.0.8",
"webpack-dev-middleware": "^3.5.0",
"webpack-merge": "^4.2.1"
}
}