forked from dod-ccpo/atat-web-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.8 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "sn-vue",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "jest --coverage --no-cache",
"lint": "vue-cli-service lint",
"zip": "zip -r atat-web-ui-dist.zip dist",
"postbuild": "node servicenow.postbuild.js",
"postbuild:cypress": "node cypress.postbuild.js",
"build:isolated_tests": "vue-cli-service build --dest dist_testing",
"build:iso-test-folder": "npm run build:isolated_tests && npm run postbuild:cypress",
"test:unit-watch": "vue-cli-service test:unit --watch ",
"test": "jest --no-cache",
"test-file:watch": "jest --watch --no-cache --onlyChanged --findRelatedTests src/portfolio/components/AddMembersModal.spec.ts",
"test:coverage": "jest --coverage",
"test:e2e": "node ./node_modules/cypress/bin/cypress run",
"cypress:single-test": "npm run test:e2e -- --spec 'cypress/integration/ATATDevSnow/OtherContractConsiderations/Trainin*.spec.js'",
"cypress:isolated-tests": "npx cypress run --env grepTags=-@iso-ignore"
},
"dependencies": {
"@types/inputmask": "^5.0.3",
"@types/node": "^17.0.16",
"@vue/vue2-jest": "^27.0.0-alpha.4",
"axios": "^0.26.0",
"axios-mock-adapter": "^1.21.2",
"chart.js": "^3.8.0",
"chartjs-plugin-datalabels": "^2.0.0",
"clear": "^0.1.0",
"core-js": "^3.21.1",
"d": "^1.0.1",
"date-fns": "^2.28.0",
"date-fns-tz": "^1.3.4",
"detect-secrets": "^1.0.6",
"directory-tree": "^3.2.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-cypress": "^2.12.1",
"flag-icon-css": "^4.1.7",
"flag-icons": "^6.1.1",
"form-data": "^4.0.0",
"inputmask": "^5.0.7",
"libphonenumber-js": "^1.9.51",
"lodash": "^4.17.21",
"material-design-icons": "^3.0.1",
"ts-jest": "^27.1.3",
"typeface-source-sans-pro": "^1.1.13",
"uglify-js": "^3.16.3",
"vue": "^2.6.11",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.2.0",
"vuedraggable": "^2.24.3",
"vuetify": "^2.6.0",
"vuex": "^3.4.0"
},
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.1.0",
"@babel/core": "7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/generator": "7.17.9",
"@cypress/code-coverage": "^3.10.0",
"@testing-library/jest-dom": "^5.16.5",
"@types/inputmask": "^5.0.3",
"@types/jest": "^24.0.19",
"@types/lodash": "^4.14.182",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-unit-jest": "^5.0.1",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^1.3.0",
"babel-eslint": "^10.1.0",
"babel-plugin-istanbul": "^6.1.1",
"closure-webpack-plugin": "^2.5.0",
"cypress": "^9.5.4",
"cypress-file-upload": "^5.0.8",
"cypress-grep": "^3.0.2",
"cypress-iframe": "^1.0.1",
"cypress-plugin-tab": "^1.0.5",
"cypress-real-events": "^1.7.0",
"dotenv": "^16.0.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^8.4.1",
"google-closure-compiler": "^20220601.0.0",
"html-minifier-terser": "^7.0.0-beta.0",
"html-webpack-plugin": "^4.5.2",
"material-design-icons-iconfont": "^6.1.1",
"node-sass": "^7.0.1",
"sass": "~1.49.7",
"sass-loader": "^10.0.0",
"terser": "^5.14.2",
"terser-webpack-plugin": "^4.2.3",
"typescript": "~4.1.5",
"vue-cli-plugin-vuetify": "~2.4.1",
"vue-jest": "^3.0.7",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.7.0",
"vuex-module-decorators": "^2.0.0",
"webpack-merge": "^5.8.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}