-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.06 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
{
"name": "my-profile",
"version": "1.0.0",
"main": "index.ts",
"author": "<s.maehara81@icloud.com>",
"license": "MIT",
"scripts": {
"start": "webpack serve --config webpack.config.js --mode=development",
"build:release": "webpack --config webpack.config.js --mode=production"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@wasm-tool/wasm-pack-plugin": "^1.6.0",
"@webpack-cli/serve": "^1.6.0",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.0.5",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.0",
"daisyui": "^1.22.0",
"file-loader": "^6.2.0",
"handlebars": "^4.7.7",
"handlebars-loader": "^1.7.1",
"html-webpack-plugin": "^5.5.0",
"postcss": "^8.4.5",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.2.1",
"style-loader": "^3.3.1",
"tailwindcss": "^3.0.12",
"ts-loader": "^9.2.6",
"typescript": "^4.5.4",
"webpack": "5.66.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.2",
"webpackbar": "^5.0.2"
}
}