forked from fjordllc/bootcamp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.53 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
{
"scripts": {
"lint": "run-p lint:*",
"lint:eslint": "eslint 'app/javascript/**/*.{js,jsx,vue}' --max-warnings=0",
"lint:prettier": "prettier app/javascript/**/*.{js,jsx,vue} --check"
},
"dependencies": {
"@babel/preset-react": "^7.18.6",
"@johmun/vue-tags-input": "^2.0.1",
"@rails/webpacker": "5.4.3",
"@sindresorhus/slugify": "^2.1.0",
"@yaireo/tagify": "^4.17.6",
"autosize": "^4.0.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"choices.js": "^10.1.0",
"css-loader": "^5.0.1",
"dayjs": "^1.10.4",
"escape-html": "^1.0.3",
"escape-string-regexp": "^2.0.0",
"heic2any": "^0.0.3",
"hotkeys-js": "^3.3.5",
"js-yaml": "^3.13.1",
"lodash": "^4.17.19",
"lodash.template": "^4.5.0",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^8.4.1",
"markdown-it-container": "^3.0.0",
"markdown-it-emoji": "^1.4.0",
"markdown-it-link-attributes": "^4.0.0",
"markdown-it-regexp": "^0.4.0",
"markdown-it-task-lists": "^2.1.1",
"mem": "^4.0.0",
"postcss": "^8.4.31",
"postcss-loader": "4",
"postcss-preset-env": "7",
"prettier-config-standard": "^5.0.0",
"prismjs": "^1.27.0",
"prop-types": "^15.8.1",
"pug": "^3.0.1",
"pug-plain-loader": "^1.0.0",
"query-string": "^7.1.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-router-dom": "^6.4.1",
"react_ujs": "^2.6.2",
"select2": "^4.0.7-rc.0",
"set-value": "^4.0.1",
"sortablejs": "^1.15.0",
"sweetalert2": "^11.1.5",
"swr": "^1.3.0",
"tailwindcss": "^3.1.8",
"textarea-markdown": "^1.4.0",
"tributejs": "^5.1.3",
"vue": "^2.6.10",
"vue-loader": "^15.9.6",
"vue-multiselect": "^2.1.6",
"vue-template-compiler": "^2.6.10",
"vuejs-paginate": "^2.1.0",
"vuex": "^3.1.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"devDependencies": {
"@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11",
"@babel/plugin-transform-optional-chaining": "^7.23.0",
"@prettier/plugin-pug": "^2.0.0",
"@webpack-cli/serve": "^2.0.1",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-vue": "^7.9.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2",
"webpack-dev-server": "~3"
},
"engines": {
"node": "^20.9.0"
},
"license": "MIT"
}