-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 875 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
{
"name": "yes",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "webpack-dev-server"
},
"author": "Takafumi Hirata",
"license": "MIT",
"devDependencies": {
"@types/webpack-env": "^1.16.0",
"@webpack-cli/init": "^1.1.2",
"autoprefixer": "^10.2.3",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"css-loader": "^5.0.1",
"mini-css-extract-plugin": "^1.3.4",
"postcss-loader": "^4.2.0",
"precss": "^4.0.0",
"prettier": "^2.2.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"webpack": "^5.17.0",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@hotwired/turbo": "^7.0.0-beta.3",
"stimulus": "^2.0.0"
}
}