-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.35 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
{
"name": "fms-ace",
"version": "1.0.0",
"description": "",
"main": "public/index.html",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"block-ui": "^2.70.1",
"bootstrap": "^3.3.7",
"bootstrap-toggle": "^2.2.2",
"buildify": "^0.4.0",
"css-loader": "^0.28.11",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"file-loader": "^1.1.11",
"font-awesome": "^4.7.0",
"fullcalendar": "^3.9.0",
"html-loader": "^0.5.5",
"jquery": "^3.3.1",
"jquery-mask-plugin": "^1.14.12",
"jquery.cookie": "carhartl/jquery-cookie",
"mini-css-extract-plugin": "^0.4.0",
"moment": "^2.22.0",
"moment-timezone": "^0.5.14",
"ncp": "^2.0.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"style-loader": "^0.20.3",
"transfer-webpack-plugin": "^0.1.4",
"url-loader": "^1.0.1",
"webpack": "^4.8.3",
"webpack-cli": "^2.0.14"
},
"devDependencies": {},
"scripts": {
"build": "webpack",
"buildjs": "node build/buildjs.js",
"buildcss": "node build/buildcss.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"filemaker"
],
"author": "Jesse LaVere",
"license": "ISC"
}