-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.47 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "take3",
"version": "1.0.0",
"description": "another boilerplate",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test:unit": "jest --config jest.config.js --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gyosunj/take3.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gyosunj/take3/issues"
},
"homepage": "https://github.com/gyosunj/take3#readme",
"dependencies": {
"immutable": "^4.0.0-rc.12",
"milligram": "^1.3.0",
"next": "^9.3.5",
"next-redux-wrapper": "^5.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"superagent": "^5.2.2",
"winston": "^3.2.1"
},
"devDependencies": {
"@types/enzyme": "^3.10.5",
"@types/jest": "^25.2.1",
"@types/node": "^13.13.0",
"@types/prop-types": "^15.7.3",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6",
"@types/react-redux": "^7.1.7",
"@types/superagent": "^4.1.7",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.3",
"jest": "^25.3.0",
"prettier": "^2.0.4",
"prop-types": "^15.7.2",
"typescript": "^3.8.3"
}
}