-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.28 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": "atomic-design-with-redux",
"version": "1.0.0",
"main": "src/static/index.js",
"repository": "https://github.com/DesignChips/atomic-design-with-redux.git",
"author": "Matsuda Yuichiro",
"license": "MIT",
"scripts": {
"dev": "parcel src/static/index.html",
"test": "jest",
"lint": "eslint 'src/**'",
"lintfix": "eslint --fix 'src/**'"
},
"devDependencies": {
"@types/history": "^4.7.2",
"@types/jest": "^24.0.13",
"@types/react": "^16.8.17",
"@types/react-dom": "^16.8.4",
"@types/react-redux": "^7.0.9",
"@types/react-router": "^5.0.1",
"@types/redux": "^3.6.0",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-jest": "^22.6.4",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"jest": "^24.8.0",
"parcel-bundler": "^1.12.3",
"prettier": "^1.17.1",
"ts-jest": "^24.0.2",
"typescript": "^3.5.1"
},
"dependencies": {
"connected-react-router": "^6.4.0",
"history": "^4.9.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^7.0.3",
"react-router": "^5.0.0",
"redux": "^4.0.1",
"typescript-fsa": "^3.0.0-beta-2",
"typescript-fsa-reducers": "^1.2.1"
}
}