-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 962 Bytes
/
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
{
"name": "my-portfolio",
"version": "1.0.0",
"description": "serverless portfolio",
"main": "index.js",
"scripts": {
"test": "jest",
"test-watch": "jest --watch",
"webpack": "webpack",
"webpack-watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/somabc/my-portfolio.git"
},
"author": "Bryan Cochrane",
"license": "ISC",
"bugs": {
"url": "https://github.com/somabc/my-portfolio/issues"
},
"homepage": "https://github.com/somabc/my-portfolio#readme",
"dependencies": {
"react": "^15.7.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"enzyme": "^3.2.0",
"enzyme-adapter-react-15": "^1.0.5",
"jest": "^29.7.0",
"react-test-renderer": "^18.2.0",
"webpack": "^5.90.3"
}
}