-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.75 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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@kickstartds/staticcms-starter",
"version": "1.0.0",
"license": "(MIT OR Apache-2.0)",
"author": {
"name": "Jonas Ulrich",
"email": "[email protected]"
},
"scripts": {
"dev": "BUILD_ENV=preview next dev",
"build": "npm run build-tokens && next build",
"start": "next start",
"lint": "next lint",
"init-tokens": "kickstartDS tokens init --token-dictionary-path token/dictionary --branding-token-path token/branding-token.json",
"build-tokens": "kickstartDS tokens compile --token-dictionary-path token/dictionary",
"create-staticcms-config": "kickstartDS cms staticcms --components-path node_modules/@kickstartds/ds-agency/dist/components --configuration-path public"
},
"dependencies": {
"@kickstartds/base": "2.3.0-beta.1",
"@kickstartds/blog": "2.3.0-beta.1",
"@kickstartds/core": "3.0.0-beta.0",
"@kickstartds/ds-agency": "^3.5.1",
"@kickstartds/form": "2.3.0-beta.1",
"@staticcms/core": "^4.1.1",
"fast-glob": "^3.3.2",
"lazysizes": "^5.3.2",
"next": "13.4.12",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@kickstartds/jsonschema-utils": "^2.12.1",
"@kickstartds/jsonschema2stackbit": "^1.3.2",
"@kickstartds/jsonschema2staticcms": "^2.9.3",
"@kickstartds/jsonschema2storyblok": "^1.5.7",
"@kickstartds/jsonschema2types": "^1.1.25",
"@kickstartds/jsonschema2uniform": "^1.3.4",
"@kickstartds/style-dictionary": "^2.2.1",
"@svgr/webpack": "^8.1.0",
"@types/node": "^12.12.21",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"eslint": "^8.56.0",
"frontmatter-markdown-loader": "^3.6.1",
"js-yaml-loader": "^1.2.2",
"kickstartds": "3.0.0-next.13",
"typescript": "5.1.6"
}
}