forked from pupilfirst/pupilfirst
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 2.9 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
94
95
96
97
98
{
"name": "pupil-first",
"engines": {
"node": "14.x"
},
"private": true,
"workspaces": [
"app/javascript/packages/*",
"docs/developers"
],
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@babel/runtime": "^7.15.4",
"@baransu/graphql_ppx_re": "^0.7.1",
"@centerforopenscience/markdown-it-imsize": "https://github.com/cos-forks/markdown-it-imsize#cos",
"@fortawesome/fontawesome-free": "^5.15.4",
"@glennsl/bs-json": "^5.0.4",
"@jeff-tian/markdown-it-katex": "^2.1.0",
"@rails/ujs": "^6.1.4",
"@rails/webpacker": "^5.4.0",
"@rescript/react": "^0.10.3",
"autoprefixer": "^10.3.4",
"autosize": "^4.0.2",
"babel-plugin-prismjs": "^2.1.0",
"babel-plugin-react-css-modules": "^5.2.6",
"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-webapi": "^0.19.1",
"cloc": "^2.8.0",
"coffeescript": "1.12.7",
"date-fns": "^2.24.0",
"date-fns-tz": "^1.1.6",
"dompurify": "^2.3.3",
"dotenv": "^10.0.0",
"file-saver": "^2.0.5",
"fuse.js": "^6.4.6",
"i18n-js": "^4.0.0-alpha.11",
"markdown-it": "^12.2.0",
"markdown-it-align": "^0.1.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": "^6.0.1",
"pluralize": "^8.0.0",
"pnotify": "^4.0.0",
"postcss": "^8.3.6",
"postcss-loader": "^4.3.0",
"postcss-scss": "^4.0.0",
"prismjs": "^1.25.0",
"prop-types": "^15.7.2",
"qrcode.react": "^1.0.1",
"react": "^16.8.6",
"react-csv-reader": "^3.3.1",
"react-datepicker": "^4.2.1",
"react-dom": "^16.8.6",
"react_ujs": "^2.6.1",
"rescript": "9.1.4",
"tailwindcss": "^2.2.15",
"tus-js-client": "^2.3.0",
"webpack-merge": "^5.8.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.15.0",
"@graphql-codegen/cli": "^2.2.0",
"@graphql-codegen/introspection": "^2.1.0",
"@prettier/plugin-ruby": "^1.6.1",
"babel-loader": "^8.2.2",
"lerna": "^4.0.0",
"prettier": "^2.4.1",
"prettier-plugin-erb": "^0.4.0",
"sass-loader": "^10.1.1",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^5.0.0",
"webpack-cli": "^3",
"webpack-dev-server": "^3"
},
"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.25.0"
},
"scripts": {
"re:build": "rescript",
"re:watch": "rescript clean && rescript build -w",
"wds": "TAILWIND_MODE=watch bin/webpack-dev-server"
}
}