-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
53 lines (53 loc) · 1.45 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
{
"name": "kokenwiki",
"private": true,
"scripts": {
"check": "tsc --noEmit",
"prettier": "prettier --tab-width 4 --no-semi --write \"app/javascript/**/*.{js,jsx,ts,tsx,scss}\"",
"build": "webpack --config webpack.config.js"
},
"dependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.10.4",
"@popperjs/core": "^2.9.2",
"@primer/octicons-react": "^10.0.0",
"@rails/actioncable": "^6.1.7",
"@rails/activestorage": "^6.1.7",
"@rails/ujs": "^6.1.7",
"@reduxjs/toolkit": "^1.7.2",
"@toast-ui/editor": "^2.3.0",
"acorn": "^7.1.1",
"babel-loader": "^8.2.3",
"bootstrap": "^5.1.3",
"css-loader": "^6.7.0",
"dompurify": "^2.0.17",
"jquery": "^3.5.0",
"kind-of": "^6.0.3",
"mini-css-extract-plugin": "^2.6.0",
"minimist": "^1.2.6",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-diff-viewer": "^3.0.1",
"react-dom": "^16.12.0",
"react-redux": "^7.1.3",
"redux": "^4.0.5",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"turbolinks": "^5.2.0",
"typescript": "^4.2.3",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
},
"devDependencies": {
"@types/dompurify": "^2.0.4",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.9",
"prettier": "^2.0.5"
},
"engines": {
"yarn": "^1.22.19"
}
}