-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 989 Bytes
/
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
{
"name": "arike",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@glennsl/bs-json": "^5.0.4",
"@rails/actioncable": "^6.1.4",
"@rails/activestorage": "^6.1.4",
"@rails/ujs": "^6.1.4",
"@rails/webpacker": "5.4.0",
"@rescript/react": "^0.10.3",
"@tailwindcss/forms": "^0.3.3",
"autoprefixer": "^10",
"bs-fetch": "^0.6.2",
"bs-platform": "^9.0.2",
"bs-webapi": "^0.19.1",
"nanoid": "^3.1.25",
"postcss": "^8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"turbolinks": "^5.2.0"
},
"version": "0.1.0",
"devDependencies": {
"@prettier/plugin-ruby": "^1.6.1",
"prettier": "^2.3.2",
"prettier-plugin-erb": "^0.4.0",
"webpack-dev-server": "^3.11.2"
},
"scripts": {
"postinstall": "yarn run re:build",
"re:build": "bsb -make-world -clean-world",
"re:watch": "bsb -make-world -clean-world -w"
}
}