Skip to content

Commit eb17086

Browse files
donovanhilandLesha-spr
authored andcommitted
add classnames dependency
1 parent bc6f879 commit eb17086

File tree

1 file changed

+86
-86
lines changed

1 file changed

+86
-86
lines changed

package.json

Lines changed: 86 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,88 @@
11
{
2-
"name": "react-validation",
3-
"version": "2.10.9",
4-
"description": "validation components",
5-
"keywords": [
6-
"react",
7-
"validation",
8-
"react component",
9-
"react validation"
10-
],
11-
"scripts": {
12-
"test": "node --harmony_proxies node_modules/.bin/jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
13-
"test:dev": "jest",
14-
"dev": "node dev-server",
15-
"build": "webpack --config ./webpack/webpack.config.build && webpack --config ./webpack/webpack.config.minify",
16-
"gh-pages": "webpack --config ./webpack/webpack.config.gh-pages"
17-
},
18-
"main": "lib/build/validation.js",
19-
"repository": {
20-
"type": "git",
21-
"url": "https://github.com/Lesha-spr/react-validation.git"
22-
},
23-
"author": "Oleksii An",
24-
"license": "ISC",
25-
"bugs": {
26-
"url": "https://github.com/Lesha-spr/react-validation/issues"
27-
},
28-
"homepage": "https://github.com/Lesha-spr/react-validation",
29-
"peerDependencies": {
30-
"react": "*",
31-
"classnames": "*"
32-
},
33-
"devDependencies": {
34-
"babel-core": "^6.17.0",
35-
"babel-eslint": "^7.0.0",
36-
"babel-jest": "^16.0.0",
37-
"babel-loader": "^6.2.5",
38-
"babel-plugin-transform-decorators": "^6.13.0",
39-
"babel-plugin-transform-es2015-computed-properties": "^6.8.0",
40-
"babel-plugin-transform-object-assign": "^6.8.0",
41-
"babel-plugin-transform-runtime": "^6.15.0",
42-
"babel-preset-es2015": "^6.16.0",
43-
"babel-preset-react": "^6.16.0",
44-
"babel-preset-stage-0": "^6.16.0",
45-
"browser-sync": "^2.17.1",
46-
"connect-history-api-fallback": "^1.3.0",
47-
"coveralls": "^2.11.14",
48-
"enzyme": "^2.5.0",
49-
"eslint": "^3.7.1",
50-
"eslint-config-airbnb": "^12.0.0",
51-
"eslint-loader": "^1.5.0",
52-
"eslint-plugin-import": "^1.16.0",
53-
"eslint-plugin-jsx-a11y": "^2.2.3",
54-
"eslint-plugin-react": "^6.3.0",
55-
"extract-text-webpack-plugin": "^1.0.1",
56-
"jest-cli": "^16.0.1",
57-
"prop-types": "^15.5.10",
58-
"react": "^15.3.2",
59-
"react-addons-test-utils": "^15.3.2",
60-
"react-dom": "^15.3.2",
61-
"react-hot-loader": "^1.3.0",
62-
"validator": "^6.1.0",
63-
"webpack": "^1.13.2",
64-
"webpack-dev-middleware": "^1.8.4",
65-
"webpack-hot-middleware": "^2.12.2"
66-
},
67-
"jest": {
68-
"collectCoverage": true,
69-
"coverageThreshold": {
70-
"global": {
71-
"branches": 90,
72-
"functions": 90,
73-
"lines": 90,
74-
"statements": 90
75-
}
76-
},
77-
"testPathDirs": [
78-
"<rootDir>/lib/src/"
79-
],
80-
"moduleNameMapper": {
81-
"^.+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
82-
"^.+\\.(css|scss|less)$": "<rootDir>/__mocks__/styleMock.js"
83-
}
84-
},
85-
"dependencies": {
86-
"hoist-non-react-statics": "^1.2.0"
87-
}
2+
"name": "react-validation-temp",
3+
"version": "2.10.9",
4+
"description": "validation components",
5+
"keywords": [
6+
"react",
7+
"validation",
8+
"react component",
9+
"react validation"
10+
],
11+
"scripts": {
12+
"test": "node --harmony_proxies node_modules/.bin/jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
13+
"test:dev": "jest",
14+
"dev": "node dev-server",
15+
"build": "webpack --config ./webpack/webpack.config.build && webpack --config ./webpack/webpack.config.minify",
16+
"gh-pages": "webpack --config ./webpack/webpack.config.gh-pages"
17+
},
18+
"main": "lib/build/validation.js",
19+
"repository": {
20+
"type": "git",
21+
"url": "https://github.com/Lesha-spr/react-validation.git"
22+
},
23+
"author": "Oleksii An",
24+
"license": "ISC",
25+
"bugs": {
26+
"url": "https://github.com/Lesha-spr/react-validation/issues"
27+
},
28+
"homepage": "https://github.com/Lesha-spr/react-validation",
29+
"peerDependencies": {
30+
"react": "*",
31+
"classnames": "*"
32+
},
33+
"devDependencies": {
34+
"babel-core": "^6.17.0",
35+
"babel-eslint": "^7.0.0",
36+
"babel-jest": "^16.0.0",
37+
"babel-loader": "^6.2.5",
38+
"babel-plugin-transform-decorators": "^6.13.0",
39+
"babel-plugin-transform-es2015-computed-properties": "^6.8.0",
40+
"babel-plugin-transform-object-assign": "^6.8.0",
41+
"babel-plugin-transform-runtime": "^6.15.0",
42+
"babel-preset-es2015": "^6.16.0",
43+
"babel-preset-react": "^6.16.0",
44+
"babel-preset-stage-0": "^6.16.0",
45+
"browser-sync": "^2.17.1",
46+
"connect-history-api-fallback": "^1.3.0",
47+
"coveralls": "^2.11.14",
48+
"enzyme": "^2.5.0",
49+
"eslint": "^3.7.1",
50+
"eslint-config-airbnb": "^12.0.0",
51+
"eslint-loader": "^1.5.0",
52+
"eslint-plugin-import": "^1.16.0",
53+
"eslint-plugin-jsx-a11y": "^2.2.3",
54+
"eslint-plugin-react": "^6.3.0",
55+
"extract-text-webpack-plugin": "^1.0.1",
56+
"jest-cli": "^16.0.1",
57+
"prop-types": "^15.5.10",
58+
"react": "^15.3.2",
59+
"react-addons-test-utils": "^15.3.2",
60+
"react-dom": "^15.3.2",
61+
"react-hot-loader": "^1.3.0",
62+
"validator": "^6.1.0",
63+
"webpack": "^1.13.2",
64+
"webpack-dev-middleware": "^1.8.4",
65+
"webpack-hot-middleware": "^2.12.2"
66+
},
67+
"jest": {
68+
"collectCoverage": true,
69+
"coverageThreshold": {
70+
"global": {
71+
"branches": 90,
72+
"functions": 90,
73+
"lines": 90,
74+
"statements": 90
75+
}
76+
},
77+
"testPathDirs": [
78+
"<rootDir>/lib/src/"
79+
],
80+
"moduleNameMapper": {
81+
"^.+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
82+
"^.+\\.(css|scss|less)$": "<rootDir>/__mocks__/styleMock.js"
83+
}
84+
},
85+
"dependencies": {
86+
"hoist-non-react-statics": "^1.2.0"
87+
}
8888
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy