-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.7 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
{
"name": "lunasa",
"version": "0.1.0",
"private": true,
"homepage": ".",
"scripts": {
"start": "react-app-rewired start",
"prebuild": "flow check && cross-env CI=true yarn test",
"build": "react-app-rewired build && yarn run static",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject",
"precommit": "git-format-staged -f 'prettier --stdin' '*.js' '!flow-typed/*'",
"prepare": "patch-package",
"static": "node scripts/static.js Calendar"
},
"prettier": {
"parser": "babylon",
"semi": false,
"useTabs": true
},
"dependencies": {
"@salesforce-ux/design-system": "^2.6.2",
"@salesforce/design-system-react": "^0.8.18",
"classnames": "^2.2.5",
"debounce": "^1.2.0",
"fast-deep-equal": "^2.0.1",
"formik": "^1.0.2",
"fullcalendar": "^3.9.0",
"is-arrayish": "^0.3.2",
"jquery": "3",
"jquery-ui": "^1.12.1",
"jquery-ui-touch-punch": "^0.2.3",
"lodash.sortby": "^4.7.0",
"moment": "2",
"moment-timezone": "^0.5.21",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-html-parser": "^2.0.2",
"react-scripts": "1.1.4",
"react-string-replace": "^0.4.1",
"unescape": "^1.0.1",
"unstated": "^2.1.1"
},
"devDependencies": {
"caller": "^1.0.1",
"cross-env": "5.2.0",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.7.0",
"expose-loader": "^0.7.5",
"flow-bin": "^0.91.0",
"git-format-staged": "^2.0.0",
"husky": "^0.14.3",
"jest-enzyme": "^6.0.2",
"patch-package": "^5.1.2",
"postinstall-prepare": "^1.0.1",
"prettier": "^1.13.4",
"react-app-rewired": "^1.5.2",
"reset-date-cache": "^1.0.5",
"traverse": "^0.6.6"
}
}