forked from nolimits4web/swiper-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.33 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
{
"name": "swiper-website",
"version": "0.1.0",
"private": true,
"releaseVersion": "8.4.5",
"releaseDate": "November 21, 2022",
"scripts": {
"dev": "npm run build-uiinitiative-demos && npm run build-sponsors && npm run build-demos && npm run build-types && npm run build-api && next dev",
"next-dev": "next dev",
"build": "npm run build-uiinitiative-demos && npm run build-demos && npm run build-types && npm run build-api && npm run build-sponsors && next build",
"start": "next start",
"export": "next export",
"build-uiinitiative-demos": "node build/build-uiinitiative-demos.js",
"build-sponsors": "node build/build-sponsors-json.js",
"build-demos": "node ./build/build-demos.js",
"build-api": "node build/build-api.js",
"build-types": "node build/build-types.js",
"copy-changelog": "node build/copy-changelog.js"
},
"dependencies": {
"@angular/core": "^13.1.1",
"@headlessui/react": "^1.4.2",
"@mapbox/rehype-prism": "^0.6.0",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^12.0.7",
"@sindresorhus/slugify": "^1.1.0",
"@svgr/webpack": "^5.5.0",
"@tailwindcss/typography": "^0.5.0",
"@types/node": "^14.14.41",
"atropos": "^1.0.1",
"autoprefixer": "^10.4.0",
"chalk": "^4.1.1",
"clsx": "^1.1.1",
"contentful": "^8.4.2",
"elapsed-time-logger": "^1.1.7",
"exec-sh": "^0.4.0",
"file-loader": "^6.2.0",
"framework7-icons": "^5.0.5",
"front-matter": "^4.0.2",
"fs-extra": "^10.0.0",
"globby": "^11.0.4",
"next": "12.0.9",
"node-fetch": "^2.6.1",
"postcss": "^8.4.5",
"postcss-import": "^14.0.2",
"postcss-nested": "^5.0.6",
"posthtml": "^0.16.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"rehype-stringify": "^8.0.0",
"remark": "^13.0.0",
"remark-frontmatter": "^3.0.0",
"remark-html": "^13.0.1",
"remark-parse": "^9.0.0",
"remark-prism": "^1.3.6",
"remark-rehype": "^8.1.0",
"rxjs": "^7.4.0",
"simple-functional-loader": "^1.2.1",
"stylelint": "^14.2.0",
"stylelint-config-standard": "^24.0.0",
"swiper": "^8.4.5",
"tailwindcss": "^3.0.7",
"typedoc": "^0.21.2",
"typescript": "4.3.5",
"unified": "^9.2.1"
},
"devDependencies": {
"prettier": "^2.5.1",
"prettier-plugin-svelte": "^2.6.0",
"prettier-plugin-tailwindcss": "^0.1.4"
}
}