This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
56 lines (56 loc) · 1.77 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
50
51
52
53
54
55
56
{
"name": "better-slugs",
"version": "1.0.0",
"author": "Paulo Gomes",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pauloamgomes/contentful-better-slugs.git"
},
"devDependencies": {
"@babel/core": "7.3.4",
"@babel/plugin-proposal-class-properties": "7.3.4",
"@babel/plugin-transform-runtime": "7.3.4",
"@babel/preset-env": "7.3.4",
"@babel/preset-react": "7.0.0",
"@contentful/contentful-extension-scripts": "^0.20.3",
"@contentful/eslint-config-extension": "0.3.1",
"@types/jest": "24.0.15",
"@types/react": "^16.8.17",
"@types/react-dom": "^16.8.4",
"@types/speakingurl": "^13.0.2",
"@types/webpack-env": "1.13.9",
"contentful-cli": "^1.4.51",
"cssnano": "4.1.10",
"eslint": "^6.0.1",
"typescript": "3.5.2"
},
"scripts": {
"start": "contentful-extension-scripts start",
"build": "contentful-extension-scripts build",
"dist": "rm -rf ./build/* && yarn build && rm -rf ./docs/* && cp ./build/* ./docs/",
"lint": "eslint ./ --ext .js,.jsx,.ts,.tsx && tsc -p ./ --noEmit",
"deploy": "npm run build && contentful extension update --force",
"configure": "contentful space use && contentful space environment use",
"login": "contentful login",
"logout": "contentful logout",
"help": "contentful-extension-scripts help"
},
"dependencies": {
"@contentful/forma-36-fcss": "^0.0.20",
"@contentful/forma-36-react-components": "^3.11.3",
"@contentful/forma-36-tokens": "^0.3.0",
"contentful-ui-extensions-sdk": "^3.13.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"speakingurl": "^14.0.1"
},
"browserslist": [
"last 5 Chrome version",
"> 1%",
"not ie <= 11"
],
"resolutions": {
"node-forge": "0.10.0"
}
}