-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 853 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 853 Bytes
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
{
"name": "ltl-bunmyaku",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"browserslist": [
"last 2 chrome versions",
"Firefox ESR",
"iOS >= 11"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel ./src/index.html",
"build": "parcel build ./src/index.html"
},
"author": "rinsuki",
"license": "MIT",
"dependencies": {
"axios": "^0.19.0",
"date-fns": "^2.2.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"reactstrap": "^8.0.1"
},
"devDependencies": {
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/reactstrap": "^8.0.4",
"parcel": "^1.12.3",
"prettier": "^1.18.2",
"typescript": "^3.6.3"
}
}