forked from pupilfirst/pupilfirst
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.13 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
{
"name": "pupil-first",
"private": true,
"workspaces": [
"app/javascript/packages/*"
],
"dependencies": {
"@babel/preset-react": "^7.7.4",
"@fortawesome/fontawesome-free": "^5.10.1",
"@glennsl/bs-json": "5.0.1",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "^4.2.2",
"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",
"bootstrap": "^4.3.1",
"bs-date-fns": "^0.1.6",
"bs-fetch": "^0.5.0",
"bs-webapi": "^0.15.2",
"cloc": "^2.5.0",
"coffeescript": "1.12.7",
"date-fns": "^1.30.1",
"dotenv": "^8.0.0",
"markdown-it": "^10.0.0",
"markdown-it-linkify-images": "^1.1.1",
"markdown-it-multimd-table": "^4.0.0",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"pnotify": "^4.0.0",
"postcss-scss": "^2.0.0",
"prismjs": "^1.19.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-datepicker": "^2.9.6",
"react-dom": "^16.8.6",
"react_ujs": "^2.5.0",
"sanitize-html": "^1.20.1",
"webpack-merge": "^4.2.1"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@baransu/graphql_ppx_re": "^0.4.9",
"@graphql-codegen/cli": "^1.11.2",
"@graphql-codegen/introspection": "^1.11.2",
"babel-loader": "^8.0.6",
"bs-platform": "7.2.1",
"graphql": "^14.5.8",
"lerna": "^3.20.2",
"node-sass": "^4.12.0",
"prettier": "1.19.1",
"reason-react": ">=0.7.0",
"sass-loader": "^7.1.0",
"stylelint": "^13.0.0",
"stylelint-config-recommended": "^3.0.0",
"tailwindcss": "^1.0.5",
"webpack-dev-server": "^3.10.1"
},
"resolutions": {
"lodash.mergewith": "^4.6.2",
"lodash": "^4.17.13",
"lodash.template": "^4.5.0",
"fstream": "^1.0.12",
"sshpk": "^1.13.2"
},
"scripts": {
"postinstall": "test -n \"$NOYARNPOSTINSTALL\" || yarn run re:build",
"re:build": "bsb -make-world -clean-world",
"re:watch": "bsb -make-world -clean-world -w"
}
}