This repository has been archived by the owner on Mar 15, 2023. It is now read-only.
forked from pupilfirst/pupilfirst
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
93 lines (93 loc) · 2.83 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
92
93
{
"name": "pupil-first",
"private": true,
"workspaces": [
"app/javascript/packages/*",
"docs/developers"
],
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-react": "^7.7.4",
"@babel/runtime": "^7.12.5",
"@baransu/graphql_ppx_re": "^0.7.1",
"@centerforopenscience/markdown-it-imsize": "https://github.com/cos-forks/markdown-it-imsize#cos",
"@fortawesome/fontawesome-free": "^5.10.1",
"@glennsl/bs-json": "^5.0.2",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "^5.2.1",
"@rescript/react": "^0.10.1",
"autosize": "^4.0.2",
"babel-plugin-prismjs": "^2.0.0",
"babel-plugin-react-css-modules": "^3.3.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-preset-react": "^6.24.1",
"blob-polyfill": "^5.0.20210201",
"bootstrap": "^4.3.1",
"bs-fetch": "^0.6.2",
"bs-platform": "8.3.3",
"bs-webapi": "^0.19.1",
"cloc": "^2.5.0",
"coffeescript": "1.12.7",
"date-fns": "^2.12.0",
"date-fns-tz": "^1.0.10",
"dompurify": "^2.3.0",
"dotenv": "^8.0.0",
"file-saver": "^2.0.5",
"i18n-js": "^3.7.1",
"markdown-it": "^10.0.0",
"markdown-it-link-attributes": "^3.0.0",
"markdown-it-linkify-images": "^2.0.0",
"markdown-it-multimd-table": "^4.0.0",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"node-sass": "^4.14.1",
"pluralize": "^8.0.0",
"pnotify": "^4.0.0",
"postcss-scss": "^2.0.0",
"prismjs": "^1.24.1",
"prop-types": "^15.7.2",
"qrcode.react": "^1.0.0",
"rails-erb-loader": "^5.5.2",
"react": "^16.8.6",
"react-calendly": "^1.3.1",
"react-csv-reader": "^3.2.1",
"react-datepicker": "^2.9.6",
"react-dom": "^16.8.6",
"react-pdf": "^5.2.0",
"react_ujs": "^2.5.0",
"sanitize-html": "^2.3.2",
"tailwindcss": "^1.7.3",
"tus-js-client": "^2.2.0",
"webpack-merge": "^4.2.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.11.2",
"@graphql-codegen/introspection": "^1.11.2",
"@prettier/plugin-ruby": "^1.5.2",
"babel-loader": "^8.0.6",
"lerna": "^3.22.1",
"prettier": "^2.2.1",
"prettier-plugin-erb": "^0.1.0",
"sass-loader": "^8.0.2",
"stylelint": "^13.0.0",
"stylelint-config-recommended": "^3.0.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.10.1"
},
"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",
"prismjs": "^1.24.1"
},
"scripts": {
"postinstall": "test -n \"$NOYARNPOSTINSTALL\" || yarn run re:build",
"re:build": "bsb -make-world -clean-world",
"re:watch": "bsb -make-world -clean-world -w"
}
}