forked from pupilfirst/pupilfirst
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.57 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
{
"name": "pupil-first",
"engines": {
"node": "18.x"
},
"private": true,
"workspaces": {
"packages": [
"app/frontend/packages/*"
]
},
"dependencies": {
"@babel/core": "^7.19.0",
"@centerforopenscience/markdown-it-imsize": "https://github.com/harigopal/markdown-it-imsize#esm",
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
"@fortawesome/fontawesome-free": "^5.15.4",
"@glennsl/bs-json": "^5.0.4",
"@jeff-tian/markdown-it-katex": "^2.1.0",
"@pnotify/mobile": "^5.2.0",
"@prettier/plugin-ruby": "^4.0.4",
"@rails/ujs": "^7.0.8",
"@reasonml-community/graphql-ppx": "^1.2.3",
"@rescript/react": "^0.10.3",
"animate.css": "3.7.2",
"autoprefixer": "^10.4.16",
"autosize": "^6.0.1",
"babel-plugin-prismjs": "^2.1.0",
"blob-polyfill": "^5.0.20210201",
"bs-fetch": "^0.6.2",
"cloc": "^2.10.0",
"date-fns": "^2.29.2",
"date-fns-tz": "^1.3.7",
"dompurify": "^3.0.8",
"dotenv": "^10.0.0",
"emoji-mart": "^5.5.2",
"file-saver": "^2.0.5",
"fuse.js": "^6.6.2",
"i18n-js": "^4.4.3",
"lerna": "^6.6.1",
"markdown-it": "^14.0.0",
"markdown-it-align": "^0.1.0",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-linkify-images": "^4.0.0",
"markdown-it-multimd-table": "^4.2.3",
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"markdown-it-task-checkbox": "^1.0.6",
"markdown-it-video": "^0.6.3",
"node-gyp": "^9.1.0",
"papaparse": "^5.4.1",
"pnotify": "^5.2.0",
"postcss": "^8.4.21",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.1.0",
"postcss-preset-env": "^7.8.1",
"prettier": "^3.2.5",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"qrcode.react": "^3.1.0",
"react": "^16.8.6",
"react-datepicker": "^4.25.0",
"react-dom": "^16.8.6",
"react-helmet": "^6.1.0",
"react_ujs": "^2.6.2",
"rescript": "10.1.4",
"rescript-webapi": "^0.8.0",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^5.0.0",
"tailwindcss": "^3.3.1",
"tus-js-client": "^2.3.2",
"vite": "^5.2.10",
"vite-plugin-babel": "^1.2.0",
"vite-plugin-ruby": "^5.0.0",
"zxcvbn": "^4.4.2"
},
"resolutions": {
"fstream": "^1.0.12",
"lodash.mergewith": "^4.6.2",
"lodash": "^4.17.13",
"lodash.template": "^4.5.0",
"sshpk": "^1.13.2",
"serialize-javascript": "^4.0.0",
"dot-prop": "^5.2.0"
},
"scripts": {
"re:build": "rescript",
"re:watch": "rescript clean && rescript build -w"
},
"packageManager": "yarn@4.1.1"
}