-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
42 lines (42 loc) · 1.19 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
{
"name": "vglist",
"private": true,
"dependencies": {
"@babel/preset-typescript": "^7.24.7",
"@rails/activestorage": "^7.1.3",
"@rails/ujs": "^7.1.500",
"@rails/webpacker": "5.4.3",
"@sentry/browser": "5.29.0",
"@sentry/integrations": "^5.29.0",
"@types/node": "^16.0.0",
"babel-preset-typescript-vue": "^1.1.1",
"bulma": "https://github.com/connorshea/bulma#css-variables-with-fallback",
"graphiql": "2.2.0",
"graphql": "^16.10.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"resolve-url-loader": "^5.0.0",
"turbolinks": "^5.2.0",
"typescript": "^5.7.2",
"v-tooltip": "2.1.3",
"vue": "^2.6.14",
"vue-good-table": "^2.21.11",
"vue-loader": "^15.10",
"vue-select": "^3.20.2",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.47"
},
"devDependencies": {
"@types/lodash": "^4.14.151",
"@types/turbolinks": "^5.2.2",
"@types/vue-select": "^3.16.6",
"graphql-schema-linter": "^3.0.1",
"prettier": "3.4.2",
"webpack-dev-server": "^3.11"
},
"scripts": {
"prettier": "prettier --write './app/javascript/**/*.{js,vue,scss}'"
},
"browserslist": "> 0.5%"
}