-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 958 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
{
"name": "subbotin-web",
"version": "1.0.0",
"description": "Andrey Subbotin's personal web site",
"main": "index.js",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:css": "postcss -c postcss.config.js -o resources/assets/css/main.css resources/css/*.css && echo OK",
"watch:css": "onchange -i 'resources/assecs/css/**/*.css' 'tailwind.config.js' 'postcss.config.js' -- npm run build:css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eploko/subbotin-web.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eploko/subbotin-web/issues"
},
"homepage": "https://github.com/eploko/subbotin-web#readme",
"dependencies": {},
"devDependencies": {
"@tailwindcss/typography": "^0.2.0",
"onchange": "^7.1.0",
"postcss-cli": "^8.2.0",
"tailwindcss": "^1.9.6"
}
}