-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 1.24 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
{
"name": "serverless-content-fe",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "npx webpack-dev-server --open",
"build": "npx webpack --config webpack.config.js",
"cypress:open": "npx cypress open",
"start-base": "webpack-dev-server",
"test": "npx start-server-and-test start-base http://localhost:8080 'npx cypress run'",
"lint": "npx eslint ./"
},
"dependencies": {
"axios": "^0.19.0",
"vue": "^2.6.10",
"vue-form-generator": "^2.3.4",
"vue-router": "^3.1.3",
"vuex": "^3.1.1",
"vuex-i18n": "^1.13.1"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.6.3",
"@babel/preset-stage-0": "^7.0.0",
"babel-loader": "^8.0.6",
"babel-preset-vue": "^2.0.2",
"css-loader": "^3.2.0",
"cypress": "^3.4.1",
"eslint": "^6.5.1",
"eslint-plugin-vue": "^5.2.3",
"html-webpack-plugin": "^3.2.0",
"path": "^0.12.7",
"serverless-finch": "^2.4.3",
"start-server-and-test": "^1.10.6",
"vue-loader": "^15.7.1",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2"
}
}