-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 855 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
38
39
{
"name": "redux-test1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"keywords": [],
"private": "true",
"author": "hec9527",
"license": "ISC",
"targets": {
"main": false
},
"repository": {
"type": "git",
"url": "https://github.com/hec9527/todo"
},
"bugs": {
"url": "https://github.com/hec9527/todo/issues",
"email": "hec9527@foxmail.com"
},
"scripts": {
"clean": "rm dist/bundle.js",
"start": "parcel src/index.html",
"build": "parcel build src/index.html"
},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.4",
"redux": "^4.1.0"
},
"devDependencies": {
"@parcel/transformer-less": "^2.0.0",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.5",
"parcel": "^2.0.0",
"typescript": "^4.2.4"
}
}