-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "reapex-react-boilerplate",
"version": "1.0.0",
"description": "reapex application starter",
"scripts": {
"start": "reapex start",
"build": "reapex build",
"test": "jest",
"test:coverage": "jest --coverage"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/react": "17.0.5",
"@types/react-dom": "17.0.5",
"@types/redux-logger": "^3.0.8",
"jest": "^26.6.3",
"precss": "^4.0.0",
"react-hot-loader": "^4.13.0",
"reapex-cli": "^0.0.6",
"redux-logger": "^3.0.6",
"typescript": "^4.2.4",
"webpack": "^5.37.0"
},
"dependencies": {
"@hot-loader/react-dom": "17.0.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"reapex": "^1.0.0-beta.20"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true
},
"author": "",
"license": "",
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/ReapexJS/reapex-react-boilerplate.git"
},
"homepage": "https://github.com/ReapexJS/reapex-react-boilerplate",
"bugs": "https://github.com/ReapexJS/reapex-react-boilerplate/issues"
}