-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.67 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
{
"name": "boundless-nextjs-sample",
"version": "0.0.1",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "npx eslint --ext .ts --ext .tsx . && npx stylelint ./styles"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@reduxjs/toolkit": "^1.7.1",
"@types/accounting": "^0.4.2",
"@types/js-cookie": "^3.0.1",
"@types/lodash": "^4.14.178",
"@types/nprogress": "^0.2.0",
"@types/react-redux": "^7.1.21",
"accounting": "^0.4.1",
"bootstrap": "^5.1.3",
"boundless-api-client": "ssh://git@github.com:kirill-zhirnov/boundless-api-client",
"clsx": "^1.1.1",
"currency.js": "^2.0.4",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"next": "^12.0.7",
"nprogress": "^0.2.0",
"qs": "^6.10.2",
"react": "^17.0.2",
"react-bootstrap": "^2.0.4",
"react-content-loader": "^6.1.0",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"sass": "^1.45.0",
"swiper": "^7.4.1",
"typescript": "^4.5.4"
},
"devDependencies": {
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.0",
"@types/qs": "^6.9.7",
"@types/react": "^17.0.37",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"eslint": "^8.6.0",
"eslint-config-next": "^12.0.7",
"stylelint": "^14.2.0",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-config-standard": "^24.0.0",
"ts-node": "^10.4.0"
}
}