-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
75 lines (75 loc) · 1.73 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
65
66
67
68
69
70
71
72
73
74
75
{
"name": "silverware-calendar",
"version": "1.0.0",
"description": "SilverWare Calendar Module.",
"homepage": "https://github.com/praxisnetau/silverware-calendar",
"keywords": [
"silverware",
"calendar",
"date",
"time",
"datepicker",
"timepicker",
"silverstripe"
],
"license": "BSD-3-Clause",
"author": "Praxis Interactive",
"contributors": [
{
"name": "Colin Tucker",
"email": "[email protected]",
"url": "https://www.praxis.net.au"
}
],
"repository": {
"type": "git",
"url": "https://github.com/praxisnetau/silverware-calendar.git"
},
"bugs": {
"url": "https://github.com/praxisnetau/silverware-calendar/issues"
},
"engines": {
"node": "^8.x"
},
"scripts": {
"watch": "webpack --env.development --colors --watch",
"build": "webpack --env.production --colors --progress --optimize-minimize"
},
"dependencies": {},
"devDependencies": {
"autoprefixer": "^8.2.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"flatpickr": "^3.1.5",
"node-sass": "^4.8.3",
"postcss-loader": "^2.1.3",
"resolve-url-loader": "^2.3.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"svgo": "^1.0.5",
"svgo-loader": "^2.1.0",
"uglifyjs-webpack-plugin": "^1.2.4",
"url-loader": "^1.0.1",
"webpack": "^3.11.0"
},
"babel": {
"presets": [
[
"env",
{
"modules": false
}
]
]
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}