-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 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
{
"name": "values-sorter",
"private": true,
"scripts": {
"standard": "standard",
"stylelint": "stylelint \"app/javascript/**/*.scss\""
},
"dependencies": {
"@activeadmin/activeadmin": "^2.9.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
"@babel/plugin-proposal-private-methods": "^7.16.0",
"@babel/plugin-proposal-private-property-in-object": "^7.16.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-destructuring": "^7.16.0",
"@babel/plugin-transform-regenerator": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"@fortawesome/fontawesome-free": "^5.15.2",
"@rails/actioncable": "^6.0.0",
"@rails/actiontext": "^6.1.3",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.4.3",
"babel": "^6.23.0",
"babel-plugin-macros": "^3.1.0",
"stimulus": "^2.0.0",
"trix": "^1.2.0",
"turbolinks": "^5.2.0"
},
"version": "0.1.0",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"standard": "^16.0.4",
"stylelint": "^13.8.0",
"stylelint-config-sass-guidelines": "^7.1.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.18.0",
"webpack-dev-server": "^3.11.0"
},
"standard": {
"parser": "@babel/eslint-parser",
"globals": [
"$"
]
}
}