-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 851 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 851 Bytes
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
{
"name": "style",
"version": "1.0.0",
"description": "style",
"main": "./src/index.js",
"scripts": {
"dev:watch": "webpack-dev-server --config webpack.config.js --mode=development",
"dev:build": "webpack --config webpack.config.js --mode=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vankichi/style.git"
},
"keywords": [
"tailwindscss"
],
"author": "vankichi",
"license": "MIT",
"bugs": {
"url": "https://github.com/vankichi/style/issues"
},
"homepage": "https://github.com/vankichi/style#readme",
"devDependencies": {
"css-loader": "^6.8.1",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"style-loader": "^1.3.0",
"tailwindcss": "^3.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^4.15.1"
}
}