-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 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
{
"name": "canonical-assessment",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build-css": "sass -w --load-path=node_modules src:dist --style=compressed",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@canonical/react-components": "^0.50.3",
"@popperjs/core": "^2.11.8",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"bootstrap": "5.2.2",
"eslint": "8.43.0",
"eslint-config-next": "13.4.6",
"formik": "^2.4.2",
"i": "^0.3.7",
"install": "^0.13.0",
"next": "13.4.6",
"npm": "^10.1.0",
"react": "18.2.0",
"react-countup": "^6.4.2",
"react-dom": "18.2.0",
"react-intersection-observer": "^9.5.2",
"react-modal-video": "^2.0.0",
"react-photo-view": "^1.2.3",
"react-use": "^17.4.0",
"sass": "^1.71.1",
"swiper": "^9.4.1",
"typescript": "5.1.3",
"vanilla-framework": "file:./vanilla-framework-mod",
"vanilla-framework-react": "^0.2.0",
"wowjs": "^1.1.3",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/node": "^20.4.3",
"@types/react-modal-video": "^1.2.0",
"sass-loader": "^14.1.1",
"webpack": "^5.90.3"
}
}