-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.48 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
{
"name": "cf-ui-ext-spotify",
"version": "1.0.0",
"description": "Spotify search as Contentful UI Extension",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/webpack",
"watch": "./node_modules/.bin/webpack --watch",
"create": "./node_modules/.bin/contentful-extension create --space-id ${SPACE_ID}",
"update": "./node_modules/.bin/contentful-extension update --space-id ${SPACE_ID} --force",
"update-dev": "./node_modules/.bin/contentful-extension update --space-id ${SPACE_ID} --force --src 'http://localhost:8000/index.html'",
"serve": "./node_modules/.bin/http-server -p 8000 ./dist/",
"dev": "npm run update-dev && ./node_modules/.bin/concurrently \"npm run watch\" \"npm run serve\""
},
"keywords": [
"contentful",
"ui-extension",
"ui",
"extension",
"spotify"
],
"devDependencies": {
"babel-core": "^6.16.0",
"concurrently": "^2.2.0",
"contentful-extension-cli": "^2.0.0",
"css-loader": "^0.25.0",
"html-webpack-plugin": "^2.22.0",
"http-server": "^0.9.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.2"
},
"dependencies": {
"contentful-ui-extensions-sdk": "^2.0.1"
},
"author": "Jarkko Tuunanen",
"repository": {
"type": "git",
"url": "https://github.com/tuunanen/cf-ui-ext-spotify"
},
"bugs": {
"url": "https://github.com/tuunanen/cf-ui-ext-spotify/issues"
},
"contributors": [],
"license": "MIT"
}