-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "nibl.co.uk",
"version": "1.0.0",
"description": "Slim 4 & PHP 7.3 based website",
"scripts": {
"build-js": "rollup --config",
"prod": "cross-env NODE_ENV=production npm run build-js",
"dev": "cross-env NODE_ENV=development npm run build-js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dyzajash/nibl-website.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dyzajash/nibl-website/issues"
},
"homepage": "https://nibl.co.uk",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@fullhuman/postcss-purgecss": "^3.1.3",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-node-resolve": "^11.0.1",
"autoprefixer": "^10.1.0",
"cross-env": "^7.0.3",
"cssnano": "^4.1.10",
"postcss": "^8.2.2",
"postcss-cli": "^8.3.1",
"rollup": "^2.35.1",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"tailwindcss": "^2.0.2"
}
}