-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
37 lines (37 loc) · 1.11 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": "@thebcms/starters",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"build:nuxt": "node scripts/main.js --build nuxt",
"build:next": "node scripts/main.js --build next",
"build:gatsby": "node scripts/main.js --build gatsby",
"update:packages": "node scripts/main.js --updatePackages true",
"remove:node_modules": "node scripts/main.js --removeNodeModules true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bcms/starters.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bcms/starters/issues"
},
"homepage": "https://github.com/bcms/starters#readme",
"devDependencies": {
"@thebcms/utils": "^1.1.0",
"@types/adm-zip": "^0.5.5",
"adm-zip": "^0.5.16",
"dotenv": "^16.4.5",
"prettier-plugin-svelte": "^3.2.7"
},
"dependencies": {
"prettier": "^3.3.3",
"react-paginate": "^8.2.0",
"react-transition-group": "^4.4.5"
}
}