-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.49 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.49 KB
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
{
"name": "coderscamp2021.project.javascript",
"version": "0.0.0",
"description": "",
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/CodersCamp2021-HK/CodersCamp2021.Project.JavaScript.git"
},
"bugs": {
"url": "https://github.com/CodersCamp2021-HK/CodersCamp2021.Project.JavaScript/issues"
},
"homepage": "https://github.com/CodersCamp2021-HK/CodersCamp2021.Project.JavaScript#readme",
"engines": {
"yarn": "3.1.1",
"node": "16.x"
},
"packageManager": "yarn@3.1.1",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "jest",
"test:dev": "jest --watch --runInBand",
"lint": "yarn eslint ./src/**/*.js"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@testing-library/dom": "^8.11.1",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/user-event": "^13.5.0",
"@types/lodash": "^4.14.177",
"eslint": "^8.3.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-testing-library": "^5.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.3.1",
"jest-transform-stub": "^2.0.0",
"prettier": "^2.5.0",
"vite": "^2.6.14"
},
"dependencies": {
"lodash": "^4.17.21"
}
}