-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 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
{
"name": "css3-amazing",
"version": "1.0.0",
"description": "css3 特效",
"main": "postcss.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_ENV=development postcss static/css/tailwind.css -o static/css/all.css",
"build": "NODE_ENV=production postcss static/css/tailwind.css -o static/css/all.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jzfan/css3-amazing.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jzfan/css3-amazing/issues"
},
"homepage": "https://github.com/jzfan/css3-amazing#readme",
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.2.0",
"autoprefixer": "^9.6.1",
"postcss-cli": "^6.1.3",
"tailwindcss": "^1.1.2"
}
}