-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.52 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
{
"name": "makeapp-web",
"version": "1.2.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test": "npm run test:unit && npm run test:e2e",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit",
"test:ci": "npm run test:unit && vue-cli-service test:e2e --headless"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/vue-fontawesome": "^0.1.10",
"bootstrap": "^4.5.3",
"sweetalert2": "^10.7.0",
"vue": "^2.6.12",
"vue-resource": "^1.5.1",
"vue-router": "^3.4.7"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^4.1.5",
"@vue/cli-plugin-babel": "^4.5.8",
"@vue/cli-plugin-e2e-cypress": "^4.5.8",
"@vue/cli-plugin-eslint": "^4.5.8",
"@vue/cli-plugin-unit-mocha": "^4.5.8",
"@vue/cli-service": "^4.5.8",
"@vue/eslint-config-airbnb": "^4.0.1",
"@vue/test-utils": "^1.1.0",
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"devicon-2.2": "^2.2.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^5.2.3",
"jquery": "^3.5.1",
"node-sass": "^4.14.1",
"popper.js": "^1.16.1",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.2"
}
}