-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.29 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": "shaizei-starter-typescript",
"version": "1.0.0",
"description": "An official starter kit for React-TypeScript applications created with @shaizei/cli.",
"main": "src/index.tsx",
"author": "Shahzaib Khalid <[email protected]> (http://www.shahzaibkhalid.com)",
"license": "MIT",
"private": true,
"scripts": {
"start": "shaizei develop",
"build": "shaizei build",
"lint": "shaizei lint",
"lint:fix": "shaizei lint-fix",
"analyze": "shaizei analyze",
"serve": "shaizei serve",
"epi": "shaizei eslint-prettier-integration",
"prettier": "shaizei prettier",
"prettier:fix": "shaizei prettier-fix",
"type-check": "shaizei type-check"
},
"dependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-hot-loader": "^4.12.12"
},
"devDependencies": {
"@shaizei/babel-preset": "^0.1.0-beta.12",
"@shaizei/eslint-config": "^0.1.0-beta.12",
"@shaizei/prettier-config": "^0.1.0-beta.12",
"@shaizei/scripts": "^0.1.0-beta.12",
"@shaizei/typescript-config": "^0.1.0-beta.12",
"@shaizei/webpack-config": "^0.1.0-beta.12",
"@shaizei/cli": "^0.1.0-beta.12",
"@types/node": "^12.7.4",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"typescript": "^3.6.2",
"husky": "^3.0.5"
}
}