Skip to content

Commit b8079c5

Browse files
author
Edward Xiao
committed
no message
1 parent b79423b commit b8079c5

File tree

1 file changed

+106
-119
lines changed

1 file changed

+106
-119
lines changed

package.json

Lines changed: 106 additions & 119 deletions
Original file line numberDiff line numberDiff line change
@@ -1,121 +1,108 @@
11
{
2-
"name": "react-inputs-validation",
3-
"version": "4.0.3",
4-
"description": "React form input validation components",
5-
"main": "index.js",
6-
"repository": {
7-
"type": "git",
8-
"url": "git+https://github.com/edwardfhsiao/react-inputs-validation.git"
9-
},
10-
"keywords": [
11-
"react",
12-
"input",
13-
"inputs",
14-
"validate",
15-
"validation",
16-
"form",
17-
"textbox",
18-
"select",
19-
"checkbox",
20-
"radio",
21-
"textarea"
22-
],
23-
"author": "Edward Xiao",
24-
"license": "MIT",
25-
"bugs": {
26-
"url": "https://github.com/edwardfhsiao/react-inputs-validation/issues"
27-
},
28-
"publishConfig": { "registry": "https://npm.pkg.github.com/@edwardfhsiao" },
29-
"homepage": "https://edwardfhsiao.github.io/react-inputs-validation",
30-
"scripts": {
31-
"test": "NODE_ENV=test jest",
32-
"test:coverage": "npm run tslint && npm run jslint && npm test -- --coverage",
33-
"test_single": "node_modules/.bin/jest Checkbox.js --coverage",
34-
"prepublish": "npm run test:coverage",
35-
"jslint": "eslint ./src",
36-
"tslint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'",
37-
"babel": "BABEL_ENV=lib babel ./src/js/Inputs --out-dir ./lib/components --extensions '.ts,.tsx'",
38-
"build": "rm -rf lib && npm run babel && npm run build_prod",
39-
"webpack_dev": "rm -rf dist && NODE_ENV=development ./node_modules/.bin/webpack --config ./webpack/development.config.js --progress --watch",
40-
"webpack_prod": "rm -rf dist && NODE_ENV=production ./node_modules/.bin/webpack --config ./webpack/production.config.js --progress -p",
41-
"build_dev": "npm run webpack_dev",
42-
"build_prod": "npm run webpack_prod",
43-
"build_umd": "./node_modules/.bin/webpack --config ./webpack/umd.config.js",
44-
"build_umd_min": "./node_modules/.bin/webpack --config ./webpack/umd.config.js --env build",
45-
"server_dev": "node_modules/.bin/webpack-dev-server --config ./webpack/development.config.js",
46-
"server_prod": "node_modules/.bin/webpack-dev-server --config ./webpack/production.config.js",
47-
"clean": "rimraf dist lib",
48-
"compile_webpack": "npm run clean && npm run build_umd && npm run build_umd_min",
49-
"compile": "npm run clean && npm run compile_webpack && npm run babel"
50-
},
51-
"peerDependencies": {
52-
"react": "^16.8.6",
53-
"react-dom": "^16.8.6"
54-
},
55-
"devDependencies": {
56-
"@babel/cli": "^7.1.2",
57-
"@babel/core": "^7.1.2",
58-
"@babel/plugin-proposal-class-properties": "^7.1.0",
59-
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
60-
"@babel/preset-env": "^7.1.0",
61-
"@babel/preset-react": "^7.0.0",
62-
"@babel/preset-typescript": "^7.1.0",
63-
"@types/jest": "^23.3.5",
64-
"@types/react": "^16.8.14",
65-
"@types/react-dom": "^16.8.4",
66-
"awesome-typescript-loader": "^5.2.1",
67-
"babel-core": "^7.0.0-bridge.0",
68-
"babel-jest": "^23.6.0",
69-
"babel-loader": "^8.0.4",
70-
"babel-plugin-css-modules-transform": "^1.6.1",
71-
"babel-plugin-rewire": "^1.2.0",
72-
"babel-polyfill": "^6.7.4",
73-
"babel-preset-env": "^1.7.0",
74-
"babel-preset-react": "^6.16.0",
75-
"chai": "^4.2.0",
76-
"core-js": "^2.5.7",
77-
"coveralls": "^3.0.2",
78-
"css-loader": "^1.0.0",
79-
"cssnano": "^4.1.4",
80-
"empty-module": "^0.0.2",
81-
"enzyme": "^3.10.0",
82-
"enzyme-adapter-react-16": "^1.14.0",
83-
"eslint": "^5.7.0",
84-
"eslint-loader": "^2.1.1",
85-
"eslint-plugin-react": "^7.11.1",
86-
"eslint-plugin-react-hooks": "^1.6.0",
87-
"file-loader": "^2.0.0",
88-
"html-webpack-plugin": "^4.0.0-alpha.2",
89-
"identity-obj-proxy": "^3.0.0",
90-
"inline-style-prefix-all": "^2.0.2",
91-
"jest": "^24.8.0",
92-
"jest-mock-console": "^1.0.0",
93-
"mini-css-extract-plugin": "^0.4.4",
94-
"object-assign": "^4.1.1",
95-
"postcss-cssnext": "^3.1.0",
96-
"postcss-import": "^12.0.0",
97-
"postcss-loader": "^3.0.0",
98-
"prismjs": "^1.6.0",
99-
"raf": "^3.4.0",
100-
"react": "^16.8.6",
101-
"react-dom": "^16.8.6",
102-
"react-markdown": "^4.0.3",
103-
"rimraf": "^2.6.2",
104-
"sass-loader": "^7.1.0",
105-
"style-loader": "^0.23.1",
106-
"stylelint": "^9.6.0",
107-
"stylelint-config-standard": "^18.2.0",
108-
"ts-jest": "^24.0.2",
109-
"tslint": "^5.11.0",
110-
"tslint-config-airbnb": "^5.11.0",
111-
"tslint-config-prettier": "^1.15.0",
112-
"tslint-loader": "^3.5.4",
113-
"typescript": "^3.1.3",
114-
"uglifyjs-webpack-plugin": "^2.1.3",
115-
"url-loader": "^1.1.2",
116-
"webpack": "^4.19.1",
117-
"webpack-assets-manifest": "^3.1.0",
118-
"webpack-cli": "^3.1.1",
119-
"webpack-dev-server": "^3.1.4"
120-
}
2+
"name": "react-inputs-validation",
3+
"version": "4.0.4",
4+
"description": "React form input validation components",
5+
"main": "index.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/edwardfhsiao/react-inputs-validation.git"
9+
},
10+
"keywords": ["react", "input", "inputs", "validate", "validation", "form", "textbox", "select", "checkbox", "radio", "textarea"],
11+
"author": "Edward Xiao",
12+
"license": "MIT",
13+
"bugs": {
14+
"url": "https://github.com/edwardfhsiao/react-inputs-validation/issues"
15+
},
16+
"homepage": "https://edwardfhsiao.github.io/react-inputs-validation",
17+
"scripts": {
18+
"test": "NODE_ENV=test jest",
19+
"test:coverage": "npm run tslint && npm run jslint && npm test -- --coverage",
20+
"test_single": "node_modules/.bin/jest Checkbox.js --coverage",
21+
"prepublish": "npm run test:coverage",
22+
"jslint": "eslint ./src",
23+
"tslint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'",
24+
"babel": "BABEL_ENV=lib babel ./src/js/Inputs --out-dir ./lib/components --extensions '.ts,.tsx'",
25+
"build": "rm -rf lib && npm run babel && npm run build_prod",
26+
"webpack_dev": "rm -rf dist && NODE_ENV=development ./node_modules/.bin/webpack --config ./webpack/development.config.js --progress --watch",
27+
"webpack_prod": "rm -rf dist && NODE_ENV=production ./node_modules/.bin/webpack --config ./webpack/production.config.js --progress -p",
28+
"build_dev": "npm run webpack_dev",
29+
"build_prod": "npm run webpack_prod",
30+
"build_umd": "./node_modules/.bin/webpack --config ./webpack/umd.config.js",
31+
"build_umd_min": "./node_modules/.bin/webpack --config ./webpack/umd.config.js --env build",
32+
"server_dev": "node_modules/.bin/webpack-dev-server --config ./webpack/development.config.js",
33+
"server_prod": "node_modules/.bin/webpack-dev-server --config ./webpack/production.config.js",
34+
"clean": "rimraf dist lib",
35+
"compile_webpack": "npm run clean && npm run build_umd && npm run build_umd_min",
36+
"compile": "npm run clean && npm run compile_webpack && npm run babel"
37+
},
38+
"peerDependencies": {
39+
"react": "^16.8.6",
40+
"react-dom": "^16.8.6"
41+
},
42+
"devDependencies": {
43+
"@babel/cli": "^7.1.2",
44+
"@babel/core": "^7.1.2",
45+
"@babel/plugin-proposal-class-properties": "^7.1.0",
46+
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
47+
"@babel/preset-env": "^7.1.0",
48+
"@babel/preset-react": "^7.0.0",
49+
"@babel/preset-typescript": "^7.1.0",
50+
"@types/jest": "^23.3.5",
51+
"@types/react": "^16.8.14",
52+
"@types/react-dom": "^16.8.4",
53+
"awesome-typescript-loader": "^5.2.1",
54+
"babel-core": "^7.0.0-bridge.0",
55+
"babel-jest": "^23.6.0",
56+
"babel-loader": "^8.0.4",
57+
"babel-plugin-css-modules-transform": "^1.6.1",
58+
"babel-plugin-rewire": "^1.2.0",
59+
"babel-polyfill": "^6.7.4",
60+
"babel-preset-env": "^1.7.0",
61+
"babel-preset-react": "^6.16.0",
62+
"chai": "^4.2.0",
63+
"core-js": "^2.5.7",
64+
"coveralls": "^3.0.2",
65+
"css-loader": "^1.0.0",
66+
"cssnano": "^4.1.4",
67+
"empty-module": "^0.0.2",
68+
"enzyme": "^3.10.0",
69+
"enzyme-adapter-react-16": "^1.14.0",
70+
"eslint": "^5.7.0",
71+
"eslint-loader": "^2.1.1",
72+
"eslint-plugin-react": "^7.11.1",
73+
"eslint-plugin-react-hooks": "^1.6.0",
74+
"file-loader": "^2.0.0",
75+
"html-webpack-plugin": "^4.0.0-alpha.2",
76+
"identity-obj-proxy": "^3.0.0",
77+
"inline-style-prefix-all": "^2.0.2",
78+
"jest": "^24.8.0",
79+
"jest-mock-console": "^1.0.0",
80+
"mini-css-extract-plugin": "^0.4.4",
81+
"object-assign": "^4.1.1",
82+
"postcss-cssnext": "^3.1.0",
83+
"postcss-import": "^12.0.0",
84+
"postcss-loader": "^3.0.0",
85+
"prismjs": "^1.6.0",
86+
"raf": "^3.4.0",
87+
"react": "^16.8.6",
88+
"react-dom": "^16.8.6",
89+
"react-markdown": "^4.0.3",
90+
"rimraf": "^2.6.2",
91+
"sass-loader": "^7.1.0",
92+
"style-loader": "^0.23.1",
93+
"stylelint": "^9.6.0",
94+
"stylelint-config-standard": "^18.2.0",
95+
"ts-jest": "^24.0.2",
96+
"tslint": "^5.11.0",
97+
"tslint-config-airbnb": "^5.11.0",
98+
"tslint-config-prettier": "^1.15.0",
99+
"tslint-loader": "^3.5.4",
100+
"typescript": "^3.1.3",
101+
"uglifyjs-webpack-plugin": "^2.1.3",
102+
"url-loader": "^1.1.2",
103+
"webpack": "^4.19.1",
104+
"webpack-assets-manifest": "^3.1.0",
105+
"webpack-cli": "^3.1.1",
106+
"webpack-dev-server": "^3.1.4"
107+
}
121108
}

0 commit comments

Comments
 (0)