forked from lucadonnoh/artblocks-site-production
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 1.68 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
{
"name": "artblocks-site-production",
"version": "1.0.21",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/openlawteam/artblocks-site-production.git"
},
"dependencies": {
"bootstrap": "^4.3.1",
"eth-ens-namehash": "^2.0.8",
"express": "^4.17.1",
"node-sass": "^4.0.0",
"react": "^16.8.3",
"react-bootstrap": "^1.6.0",
"react-cookie-consent": "^6.2.1",
"react-dom": "^16.8.3",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-share": "^4.4.0",
"react-text-truncate": "^0.17.0",
"sass": "^1.32.13",
"serve": "^11.3.2",
"web3": "^1.5.3"
},
"optionalDependencies": {
"fsevents": "^2.1.3"
},
"scripts": {
"start": "node server.js",
"dev": "react-scripts start",
"build": "react-scripts build",
"build:dev": "dotenv -e .env.development react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"postbuild": "rimraf build/**/*.map",
"release": "np"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"dotenv-cli": "^4.0.0",
"np": "^7.5.0",
"prettier": "^2.3.0"
},
"prettier": {
"overrides": [
{
"files": [
"src/**/*.{js,jsx,ts,tsx}"
],
"options": {
"singleQuote": true,
"bracketSpacing": false,
"jsxBracketSameLine": true,
"tabWidth": 2
}
}
]
},
"np": {
"branch": "flamingoBlocks",
"yolo": true,
"yarn": false,
"publish": false
}
}