-
Notifications
You must be signed in to change notification settings - Fork 154
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 3.43 KB
/
Copy pathpackage.json
File metadata and controls
96 lines (96 loc) · 3.43 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "vergecurrency.com",
"version": "1.0.0",
"description": "Built in ReactJS",
"main": "index.js",
"scripts": {
"test": "yarn build && ./node_modules/.bin/sass-lint static/scss",
"dev": "NODE_OPTIONS=--openssl-legacy-provider node server.js",
"build": "NODE_OPTIONS=--openssl-legacy-provider next build && NODE_OPTIONS=--openssl-legacy-provider next export -o docs && echo 'vergecurrency.com' > docs/CNAME && echo '' > docs/.nojekyll && cp -r static-pages/paper-wallet docs && cp -r static-pages/seedphrase docs",
"prestart": "NODE_OPTIONS=--openssl-legacy-provider next build",
"start": "NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider node server.js",
"lint": "./node_modules/.bin/eslint . --fix",
"updateLanguages": "node locales/updateLanguages.js",
"predeploy": "yarn updateLanguages && yarn build",
"deploy": "gh-pages -t true -m 'Github automated build' -d docs"
},
"repository": {
"type": "git",
"url": "https://github.com/vergecurrency/vergecurrency.com.git"
},
"keywords": [],
"author": "Stan Faas & Edwin de Boer",
"contributors": [
"StanFaas <stanfaas@gmail.com>",
"EdwinB89 <edwinb276@gmail.com>"
],
"license": "ISC",
"homepage": "https://www.vergecurrency.com",
"dependencies": {
"@alienfast/i18next-loader": "^1.0.14",
"@fortawesome/fontawesome": "^1.1.3",
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/react-fontawesome": "^0.0.20",
"autoprefixer": "10.4.27",
"babel-plugin-inline-react-svg": "^0.5.2",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-wrap-in-js": "^1.1.0",
"compression": "^1.8.1",
"css-loader": "7.1.4",
"deep-filter": "^1.0.2",
"emit-file-loader": "^0.0.2",
"express": "^4.22.0",
"gh-pages": "^6.2.0",
"glob": "^11.1.0",
"glob-all": "^3.1.0",
"gulp": "5.0.1",
"gulp-webserver": "^0.9.1",
"i18next": "^10.3.0",
"i18next-browser-languagedetector": "^2.1.0",
"i18next-fs-backend": "2.6.1",
"i18next-http-middleware": "3.9.2",
"isomorphic-unfetch": "^4.0.2",
"markdown-in-js": "^1.1.3",
"moment": "^2.29.4",
"moment-timezone": "0.6.0",
"next": "13.5.11",
"node-sass": "^9.0.0",
"normalize.css": "^8.0.1",
"npm-update-all": "^1.0.1",
"nprogress": "^0.2.0",
"platform": "^1.3.5",
"postcss-easy-import": "^4.0.0",
"postcss-loader": "^4.0.0",
"prop-types": "^15.7.2",
"raw-loader": "^0.5.1",
"react": "16.14.0",
"react-burger-menu": "^3.1.0",
"react-dom": "16.14.0",
"react-expand-collapse": "^0.2.0",
"react-i18next": "^7.3.4",
"react-lazyload": "^3.2.1",
"react-moment": "1.2.2",
"react-web-tabs": "^1.0.1",
"sass-loader": "^6.0.7",
"style-loader": "^0.23.1",
"sw-precache-webpack-plugin": "^1.0.0",
"uglifyjs-webpack-plugin": "^2.0.0",
"webpack": "^3.10.0"
},
"devDependencies": {
"babel-loader": "8.0.6",
"eslint": "8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-standard": "^3.1.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "8.5.8",
"sass-lint": "^1.13.1",
"sw-precache-webpack-plugin": "^1.0.0",
"uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony-v3.3.10",
"webpack-bundle-analyzer": "5.2.0"
}
}