-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1023 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
{
"name": "@letterloom/flipping-book",
"version": "0.1.01",
"description": "Book that flips pages",
"homepage": "https://github.com/adamholwerda/flipping-book#readme",
"bugs": {
"url": "https://github.com/adamholwerda/flipping-book/issues",
"email": "adamholwerda@gmail.com"
},
"author": "adamholwerda <adamholwerda@gmail.com>",
"dependencies": {
"react": "17.0.1",
"react-dom": "17.0.1",
"react-markdown": "5.0.3",
"styled-components": "5.2.1"
},
"devDependencies": {
"@types/react": "17.0.1",
"@types/react-dom": "17.0.1",
"@types/styled-components": "^5.1.7",
"css-loader": "^5.0.2",
"react-scripts": "4.0.3",
"serve": "^11.3.2",
"ts-loader": "^8.0.17",
"typescript": "4.2.2",
"webpack": "5.24.1",
"webpack-cli": "^4.5.0"
},
"scripts": {
"start": "serve ./build",
"build": "tsc && webpack",
"bundle": "tsc && webpack"
},
"browserslist": [">0.2%", "not dead", "not ie <= 11", "not op_mini all"],
"license": "ISC"
}