-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtemplate.json
More file actions
51 lines (51 loc) · 1.62 KB
/
Copy pathtemplate.json
File metadata and controls
51 lines (51 loc) · 1.62 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
47
48
49
50
51
{
"scripts": {
"build": "craco build",
"eject": "react-scripts eject",
"lint": "tslint -p tsconfig.json -c tslint.json -t verbose",
"start": "craco start --verbose",
"storybook": "start-storybook -p 9009 -s public",
"storybook:build": "build-storybook -o build/storybook -s public",
"test": "craco test",
"test:cypress:open": "node tools/cypress/cypress-open.js",
"test:cypress:ci": "node tools/cypress/cypress-ci.js"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged && tsc --noEmit",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"package": {
"dependencies": {
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"@craco/craco": "^5.6.2",
"@dvhb/tslint-config-react": "^1.0.9",
"@storybook/addon-actions": "^5.3.12",
"@storybook/addon-links": "^5.3.12",
"@storybook/addons": "^5.3.12",
"@storybook/preset-create-react-app": "^1.5.2",
"@storybook/react": "^5.3.12",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/classnames": "^2.2.9",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"classnames": "^2.2.6",
"cypress": "^4.10.0",
"husky": "^4.2.1",
"lint-staged": "^10.0.7",
"node-sass": "^4.13.1",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "3.4.1",
"tslint": "^6.0.0",
"typescript": "~3.7.2"
}
}
}