-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.29 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
{
"name": "cliche818.github.io",
"version": "1.0.0",
"description": "Personal website",
"main": "karma.conf.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@testing-library/jest-dom": "^5.11.3",
"@testing-library/react": "^10.4.8",
"babel-loader": "^8.1.0",
"codeclimate-test-reporter": "^0.3.2",
"istanbul": "^0.4.3",
"jasmine-core": "^2.3.4",
"jest": "^26.3.0",
"karma": "^0.13.15",
"karma-coverage": "^1.0.0",
"karma-jasmine": "^0.3.6",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.12"
},
"scripts": {
"test": "karma start karma.conf.js",
"build-css": "node-sass -w scss/ -o css/",
"coverage": "codeclimate-test-reporter < lcov.info"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cliche818/cliche818.github.io.git"
},
"author": "Jeff Li",
"license": "ISC",
"bugs": {
"url": "https://github.com/cliche818/cliche818.github.io/issues"
},
"homepage": "https://github.com/cliche818/cliche818.github.io#readme"
}