-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 912 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
{
"name": "downlink",
"version": "1.0.0",
"description": "A sample website for CraftQuest courses",
"main": "src/postcss.config.js",
"dependencies": {
"autoprefixer": "^10.2.4",
"core-util-is": "^1.0.2",
"postcss": "^8.2.5",
"postcss-import": "^14.0.0",
"tailwind": "^4.0.0"
},
"devDependencies": {
"@tailwindcss/custom-forms": "^0.2.1",
"autoprefixer": "^9.7.4",
"concurrently": "^5.0.2",
"postcss-easy-import": "^3.0.0",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.1",
"tailwindcss": "^1.7.5",
"watch": "^1.0.2"
},
"scripts": {
"build:css": "postcss src/css/styles.css -o build/css/styles.css",
"dist:css": "postcss src/css/styles.css -o dist/css/styles.css",
"watch": "watch 'npm run build:css' ./src/css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ryan Irelan",
"license": "ISC"
}