-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 874 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
33
34
{
"name": "10-years-of-css",
"version": "1.0.0",
"description": "",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"css": "postcss src/style.css -o docs/css/style.min.css",
"css:watch": "postcss src/style.css -o docs/css/style.min.css -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nabaroa/10-years-of-css.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nabaroa/10-years-of-css/issues"
},
"homepage": "https://github.com/nabaroa/10-years-of-css#readme",
"devDependencies": {
"nakds": "^1.21.6",
"cssnano": "^4.1.10",
"postcss": "^8.4.6",
"postcss-cli": "^9.1.0",
"postcss-import": "^14.0.2",
"postcss-nested": "^4.2.3",
"postcss-preset-env": "^6.7.0"
},
"dependencies": {
}
}