-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.85 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
{
"name": "@vusion-templates/admin-cloud-fs",
"private": true,
"vusion": {
"type": "fullstack"
},
"scripts": {
"dev": "vusion-dev",
"build": "vusion-build",
"start": "akos-start",
"server-dev": "akos-dev",
"server-build": "npm run build && npm run start",
"server-test": "mocha server/tests/unit/**/test-*.js",
"dll": "npx webpack --config webpack.dll.config.js --env.NODE_ENV production && npx webpack --config webpack.dll.config.js --env.NODE_ENV development",
"lint": "eslint --fix ./client/**/*.{js,vue} ./server/**/*.js",
"precommit": "node node_modules/vusion-hooks/precommit"
},
"dependencies": {
"@vusion/vue-navigation": "^1.1.5",
"akos-router": "^0.1.2",
"babel-polyfill": "^6.26.0",
"bookshelf": "^0.14.2",
"cloud-ui.vusion": "0.4.2",
"config": "^3.1.0",
"dotenv": "^8.0.0",
"faker": "^4.1.0",
"fs-extra": "^7.0.1",
"is-type-of": "^1.2.1",
"knex": "^0.16.5",
"koa": "^2.7.0",
"koa-better-body": "^3.0.4",
"koa-router": "^7.4.0",
"koa-validate": "^1.0.7",
"koa-views": "^6.2.0",
"module-alias": "^2.2.0",
"moment": "^2.24.0",
"mysql2": "^1.6.5",
"vue": "^2.6.10",
"vue-i18n": "~8.1.0",
"vue-router": "^3.0.2",
"vue-template-compiler": "^2.6.10",
"vusion-utils": "^0.3.4",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"add-asset-html-webpack-plugin": "^2.1.3",
"akos-cli": "^0.1.3",
"babel-plugin-istanbul": "^4.1.5",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^5.12.0",
"eslint-config-vusion": "^3.0.1",
"html-webpack-plugin": "^3.0.7",
"husky": "^0.13.3",
"source-map-loader": "^0.2.4",
"vusion-cli": "^0.8.6",
"vusion-hooks": "^0.2.1"
},
"_moduleAliases": {
"@": "./server",
"~": "./"
}
}