-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 955 Bytes
/
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
{
"name": "date-queries",
"description": "JS function to check date or date range against common queries or custom functions.",
"version": "1.0.2",
"main": "dist/index.js",
"author": "Tomáš Celizna <[email protected]>",
"license": "MIT",
"jest": {
"preset": "jest-preset-coffeescript",
"testEnvironment": "node"
},
"scripts": {
"test": "jest",
"build": "webpack"
},
"devDependencies": {
"@babel/preset-react": "^7.0.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.21",
"coffee-loader": "^0.9.0",
"coffeescript": "^2.3.2",
"date-fns": "^1.30.1",
"jest": "^23.6.0",
"jest-preset-coffeescript": "^1.0.0",
"webpack": "^4.28.2",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"date-fns": "^1.30.1"
}
}