-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.5 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.5 KB
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": "wp-proud-admin",
"version": "1.0.0",
"description": "Administration theme, permissions tweaks, and ProudCity settings pages. [ProudCity](http://proudcity.com) is a Wordpress platform for modern, standards-compliant municipal websites.",
"directories": {
"lib": "lib"
},
"dependencies": {},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"vite": "^6.0.0",
"sass": "^1.56.0",
"bootstrap-sass": "^3.4.3",
"bourbon": "^4.3.4"
},
"scripts": {
"dev": "vite build --watch",
"build": "vite build",
"projectsetup": "npm install && rm -rf node_modules/proudcity-patterns && git clone git@github.com:proudcity/proudcity-patterns.git node_modules/proudcity-patterns && npm run patch-patterns",
"projectupdate": "rm -rf node_modules/proudcity-patterns && git clone git@github.com:proudcity/proudcity-patterns.git node_modules/proudcity-patterns && npm run patch-patterns",
"patch-patterns": "sed -i 's|bower_components/font-awesome/scss|node_modules/@fortawesome/fontawesome-free/scss|g' node_modules/proudcity-patterns/app/pattern-scss/mixins/_font-awesome.scss node_modules/proudcity-patterns/app/pattern-scss/loaders/_font-awesome-loader.scss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/proudcity/wp-proud-admin.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/proudcity/wp-proud-admin/issues"
},
"homepage": "https://github.com/proudcity/wp-proud-admin#readme"
}