-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.63 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
{
"name": "onemac",
"version": "1.0.0",
"type": "module",
"description": "",
"main": "index.js",
"private": "true",
"scripts": {
"test:cypress": "cd tests/cypress && npm test && cd -",
"test:cypress:ci": "cd tests/cypress && npm run test:ci",
"prepare": "husky install"
},
"unsafe-perm": true,
"repository": {
"type": "git",
"url": "git+https://github.com/Enterprise-CMCS/macpro-onemac.git"
},
"author": "",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/Enterprise-CMCS/macpro-onemac/issues"
},
"homepage": "https://github.com/Enterprise-CMCS/macpro-onemac#readme",
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^18.0.6",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"chai": "^4.3.10",
"chromedriver": "^119.0.1",
"cypress-axe": "^1.5.0",
"cypress-file-upload": "^5.0.8",
"cypress-xpath": "^2.0.1",
"dotenv": "^8.2.0",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"lodash": "^4.17.21",
"prettier": "^2.3.1",
"selenium-server": "^3.141.59",
"serverless": "^3.38.0",
"serverless-s3-bucket-helper": "https://git@github.com/Enterprise-CMCS/serverless-s3-bucket-helper#0.1.1",
"sinon": "^9.2.3",
"typescript": "^4.3.5"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,scss,css,md}": [
"prettier --write"
]
},
"dependencies": {
"dynamodb-local": "^0.0.32",
"serverless-esbuild": "^1.50.1"
}
}