-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.27 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
{
"name": "react-object-validation",
"version": "1.0.1",
"description": "react-object-validation",
"main": "dist/main.js",
"directories": {
"test": "test"
},
"keywords": [
"validation",
"form validation",
"object",
"react",
"react validation",
"object validation"
],
"scripts": {
"build": "webpack --mode production",
"test": "nyc mocha --compilers js:babel-core/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ramonmulia/react-object-validation.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ramonmulia/react-object-validation/issues"
},
"homepage": "https://github.com/ramonmulia/react-object-validation#readme",
"dependencies": {
"react": "^16.4.0",
"react-dom": "^16.4.0",
"uglify-js": "^3.4.0"
},
"devDependencies": {
"assert": "^1.4.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"chai": "^4.1.2",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"webpack": "^4.12.0",
"webpack-command": "^0.2.1"
}
}