-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.12 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "foliomark",
"version": "0.0.1",
"private": true,
"homepage": "./",
"dependencies": {
"@airgap/beacon-sdk": "^2.3.8",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@reach/router": "^1.3.4",
"@taquito/beacon-wallet": "^11.1.0",
"@taquito/taquito": "^11.1.0",
"@tim-soft/react-spring-web": "^9.0.0-beta.36",
"bootstrap": "^5.1.1",
"cra-template": "1.1.2",
"elegant-icons": "0.0.1",
"emailjs-com": "^3.2.0",
"et-line": "^1.0.1",
"font-awesome": "^4.7.0",
"react": "^17.0.2",
"react-awesome-reveal": "^3.8.1",
"react-bootstrap": "^1.6.3",
"react-cool-onclickoutside": "^1.6.2",
"react-dom": "^17.0.2",
"react-photo-gallery": "^8.0.0",
"react-pose": "^4.0.10",
"react-scripts": "4.0.3",
"react-select": "^4.3.1",
"react-slick": "^0.28.1",
"react-socks": "^2.2.0",
"react-spring-lightbox": "^1.6.0",
"react-tsparticles": "^1.34.0",
"sass": "^1.39.2",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.1",
"web-vitals": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "webpack --mode=production --node-env=production",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch",
"serve": "webpack serve"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@fortawesome/fontawesome-common-types": "^0.2.36",
"@tqtezos/minter-contracts": "^1.12.0",
"@tqtezos/minter-sdk": "^1.11.1",
"@types/react-dom": "^17.0.11",
"@webpack-cli/generators": "^2.4.1",
"typescript": "^3.9.10"
},
"description": "My webpack project"
}