-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.24 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
{
"name": "armory-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next-translate && next dev",
"build": "next-translate && next build && next export",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"@popperjs/core": "^2.4.4",
"bootstrap": "^4.5.2",
"chart.js": "^2.9.3",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^8.0.0",
"marked": "^1.1.1",
"next": "v9.5.6-canary.9",
"next-optimized-images": "^2.6.2",
"next-translate": "^0.17.2",
"next-videos": "^1.4.0",
"postcss-import": "^12.0.1",
"react": "16.13.1",
"react-bootstrap": "^1.3.0",
"react-dom": "16.13.1",
"react-paypal-button-v2": "^2.6.2",
"react-spring": "^8.0.27",
"sass": "^1.26.11",
"socket.io-client": "^2.3.0",
"svg-country-flags": "^1.2.8",
"url-loader": "^4.1.0"
},
"devDependencies": {
"eslint": "^7.9.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.2",
"file-loader": "^6.1.0",
"globby": "^11.0.1",
"prettier": "^2.1.2"
}
}