This repository was archived by the owner on Mar 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 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
60
61
62
63
64
{
"name": "sonata-theme-bundle",
"description": "",
"license": "MIT",
"homepage": "https://github.com/wearejust/sonata-theme-bundle",
"scripts": {
"build": "node ./node_modules/webpack/bin/webpack.js -p",
"build-dev": "node ./node_modules/webpack/bin/webpack.js",
"watch": "node ./node_modules/webpack/bin/webpack.js --progress --colors --watch"
},
"devDependencies": {
"@wearejust/trace": "^2.0.5"
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015-ie": "^6.7.0",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.8",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"webpack": "^3",
"@wearejust/sticky": "^1.0.0",
"webpack-manifest-plugin": "^1.3.2"
},
"engines": {
"node": ">=6"
},
"author": {
"name": "Cees van Egmond",
"email": "cees.vanegmond@wearejust.com",
"url": "https://github.com/wearejust"
},
"contributors": [
{
"name": "Emre Koc",
"email": "emre.koc@wearejust.com"
},
{
"name": "Rutger Kooijman",
"email": "rutger.kooijman@wearejust.com"
},
{
"name": "John in't Hout",
"email": "john.inthout@wearejust.com"
},
{
"name": "Bart Koelewijn",
"email": "bart.koelewijn@wearejust.com"
},
{
"name": "Michael Koelewijn",
"email": "michael.koelewijn@wearejust.com"
},
{
"name": "Dylan Hoogenboom",
"email": "dylan.hoogenboom@wearejust.com"
}
]
}