This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.85 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
57
58
59
{
"name": "grapesjs-bundle",
"version": "1.0.0",
"description": "Symfony bundle to enable grapesjs support",
"main": "src/Resources/public/js/cmf_grapes.js",
"directories": {
"test": "tests"
},
"scripts": {
"update:nodejs": "sudo rm -rf ~/.nvm - curl -sL 'https://deb.nodesource.com/setup_${NODE_RELEASE}' | sudo -E bash && sudo apt-get install -y nodejs",
"pretravis:install": "npm run update:nodejs && npm install -g bower && npm set progress=false",
"travis:install": "npm install && bower install",
"test": "\"node_modules/karma/bin/karma\" start --single-run --browsers PhantomJS",
"build": "sh _build.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/symfony-cmf/grapesjs-bundle.git"
},
"keywords": [
"grapesjs",
"symfony",
"cmf"
],
"author": "Maximilian Berghoff <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/symfony-cmf/grapesjs-bundle/issues"
},
"homepage": "https://github.com/symfony-cmf/grapesjs-bundle#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"core-js": "^2.5.3",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"jasmine-ajax": "^3.3.1",
"jasmine-core": "^2.9.1",
"jasmine-jquery": "^2.1.1",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.9",
"style-loader": "^0.20.1",
"webpack": "^3.10.0"
},
"dependencies": {
"extract-text-webpack-plugin": "^3.0.2",
"grapesjs": "^0.13.8",
"jquery": "^3.3.1",
"jquery-ui": "^1.12.1"
}
}