-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
37 lines (37 loc) · 989 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
{
"name": "bem-react-boilerplate",
"version": "0.1.0",
"private": true,
"dependencies": {
"bem-tools-core": "0.0.3",
"bem-tools-create": "2.3.0",
"react": "16.4.1",
"react-app-rewired": "1.5.2",
"react-dom": "16.4.1",
"react-scripts": "1.1.4"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "jest",
"eject": "react-scripts eject"
},
"devDependencies": {
"@types/jest": "^23.1.4",
"@types/react": "^16.4.6",
"@types/react-dom": "^16.0.6",
"bem-react-core": "^2.0.0",
"jest-cli": "23.3.0",
"react-app-rewire-typescript": "^2.0.2",
"ts-jest": "^23.0.0",
"tslint": "^5.10.0",
"tslint-react": "^3.6.0",
"typescript": "^2.9.2"
},
"jest": {
"transform": {
"^(?!.*\\.(js|jsx|mjs|css|json)$)": "<rootDir>/node_modules/react-scripts/config/jest/fileTransform.js",
"^.+\\.(js|jsx|mjs)$": "<rootDir>/node_modules/babel-jest"
}
}
}