-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.24 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": "rails-template",
"version": "1.0.0",
"main": "index.js",
"repository": "https://judewang@github.com/5fpro/rails-template.git",
"author": "judewang <jude@jude.one>",
"license": "MIT",
"scripts": {
"start": "docker-compose up -d; foreman start -f Procfile.dev",
"dev": "foreman start -f Procfile.dev"
},
"dependencies": {
"@rails/webpacker": "4.2.2",
"@types/jquery": "^3.3.32",
"@types/turbolinks": "^5.2.0",
"@types/webpack-env": "^1.15.1",
"dotenv": "^8.2.0",
"fork-ts-checker-webpack-plugin": "^4.0.4",
"image-webpack-loader": "^6.0.0",
"include-media": "^1.4.9",
"normalize.css": "^8.0.1",
"pnp-webpack-plugin": "^1.6.4",
"postcss-assets": "^5.0.0",
"postcss-discard-comments": "^4.0.2",
"postcss-short": "^5.0.0",
"scut": "^1.4.0",
"svg-sprite-loader": "^4.2.1",
"ts-loader": "^6.2.1",
"turbolinks": "^5.2.0",
"typescript": "^3.7.5",
"webpack-merge": "^4.2.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^1.19.1",
"webpack-dev-server": "^3.10.3"
}
}