-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
40 lines (40 loc) · 1.23 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
{
"name": "src",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "parcel src/index.html",
"test": "jest",
"tdd": "jest --watch",
"test1": "jest task-1_react-createElement.js",
"test2": "jest task-[1-2]_.*.js",
"test3": "jest task-[1-3]_.*.js",
"test4": "jest task-[1-4]_.*.js",
"test5": "jest task-[1-5]_.*.js",
"test6": "jest task-[1-6]_.*.js",
"test7": "jest task-[1-7]_.*.js",
"test8": "jest task-[1-8]_.*.js",
"test9": "jest task-[1-9]_.*.js",
"test10": "jest task-[1-9][0]?_.*.js",
"test11": "jest task-[1-9][0-1]?_.*.js",
"test12": "jest task-[1-9][0-2]?_.*.js",
"test13": "jest task-[1-9][0-3]?_.*.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"parcel-bundler": "^1.12.4"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@testing-library/dom": "^7.28.1",
"@testing-library/jest-dom": "^5.11.6",
"babel-jest": "^26.6.3",
"jest": "^26.6.3",
"regenerator-runtime": "^0.13.7"
}
}