-
Notifications
You must be signed in to change notification settings - Fork 154
/
Copy pathpackage.json
93 lines (93 loc) · 3.15 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"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 server.js",
"build": "next build && next export -o docs && echo 'vergecurrency.com' > docs/CNAME && echo '' > docs/.nojekyll && cp -r pages/paper-wallet docs && cp -r pages/seedphrase docs",
"prestart": "next build",
"start": "NODE_ENV=production 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 <[email protected]>",
"EdwinB89 <[email protected]>"
],
"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": "^9.8.8",
"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.7.4",
"css-loader": "^7.1.2",
"deep-filter": "^1.0.2",
"express": "^4.20.0",
"gh-pages": "^6.1.1",
"glob": "^11.0.0",
"glob-all": "^3.1.0",
"gulp": "5.0.0",
"gulp-webserver": "^0.9.1",
"i18next": "^10.3.0",
"i18next-browser-languagedetector": "^2.1.0",
"i18next-fs-backend": "^2.3.2",
"i18next-http-middleware": "^3.6.0",
"isomorphic-unfetch": "^4.0.2",
"markdown-in-js": "^1.1.3",
"moment": "^2.29.4",
"moment-timezone": "^0.5.35",
"next": "4.2.3",
"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": "^3.0.0",
"postcss-loader": "^3.0.0",
"prop-types": "^15.7.2",
"raw-loader": "^0.5.1",
"react": "^16.9.0",
"react-burger-menu": "^3.0.9",
"react-dom": "^16.9.0",
"react-expand-collapse": "^0.2.0",
"react-i18next": "^7.3.4",
"react-lazyload": "^3.2.1",
"react-moment": "^1.1.3",
"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": "^1.2.3",
"webpack": "^3.10.0"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-standard": "^3.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"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": ">=3.3.2"
}
}