-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.11 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
{
"name": "@adaptabi/utils",
"version": "1.0.3",
"description": "Testing utils",
"main": "dist/adaptabi-utils.js",
"scripts": {
"test": "echo \"Error: no tests yet\"",
"build": "webpack --config ./webpack.config.dev.js",
"prod": "webpack --config ./webpack.config.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/steodor/playground-utils.git"
},
"keywords": [
"javascript",
"utilities",
"react",
"redux-form"
],
"author": "Teodor Sandu",
"license": "ISC",
"bugs": {
"url": "https://github.com/steodor/playground-utils/issues"
},
"homepage": "https://github.com/steodor/playground-utils#readme",
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.7.1",
"babel-loader": "^8.0.6",
"moment": "^2.29.4",
"redux": "^4.0.4",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.12"
},
"peerDependencies": {
"moment": "^2.29.4"
}
}