-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.13 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
43
44
45
46
47
48
49
{
"name": "dfaiv-dev-githubio",
"version": "0.1.0",
"description": "public dev landing page for dfaiv",
"main": "index.html",
"scripts": {
"watch": "npm-watch",
"serve": "live-server",
"start": "run-p watch serve",
"build:theme": "postcss src/theme/theme.css -o assets/styles.css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"watch": {
"build:theme": {
"patterns": [
"src"
],
"extensions": [
"css"
]
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/dfaiv-dev/dfaiv-dev.github.io.git"
},
"keywords": [
"profile",
"githubio"
],
"author": "dfaiv",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/dfaiv-dev/dfaiv-dev.github.io/issues"
},
"homepage": "https://github.com/dfaiv-dev/dfaiv-dev.github.io#readme",
"dependencies": {
"autoprefixer": "^10.0.2",
"normalize.css": "^8.0.1",
"tailwindcss": "^2.0.1"
},
"devDependencies": {
"live-server": "^1.2.1",
"npm-run-all": "^4.1.5",
"npm-watch": "^0.7.0",
"postcss": "^8.1.10",
"postcss-cli": "^8.3.0"
}
}