-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.21 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.21 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
{
"name": "@jmind.systems/react-status-controller",
"version": "0.0.14",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "rm -rf ./dist && webpack --mode production --config ./webpack.config.js && cp package.json dist/ && cp README.md dist/"
},
"keywords": [
"react",
"react-status-controller",
"react-render-controller",
"status-controller"
],
"author": "R3tter",
"license": "MIT",
"jest": {
"transform": {
"^.+\\.(ts|js|jsx|tsx)$": "babel-jest"
},
"moduleFileExtensions": [
"js",
"ts",
"jsx",
"tsx"
]
},
"devDependencies": {
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.9.0",
"@testing-library/jest-dom": "^5.11.2",
"babel-jest": "^25.2.6",
"babel-plugin-module-resolver": "^4.0.0",
"copy-webpack-plugin": "^6.0.2",
"jest": "^25.2.7",
"prettier": "^2.0.3",
"ts-loader": "^6.2.2",
"typescript": "^3.8.3",
"webpack": "^4.42.1",
"aphrodite": "^2.4.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@testing-library/react": "^10.4.7",
"@types/react": "^16.9.44",
"prop-types": "^15.7.2"
}
}