-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.82 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "prg-form",
"version": "0.5.6",
"description": "React Form Components For Bulma",
"main": "dist/main.js",
"scripts": {
"doc": "./node_modules/.bin/esdoc",
"dist": "node ./node_modules/babel-cli/bin/babel --no-comments --presets react,es2015 ./src/ -d ./dist/",
"test": "npm run test:lint && npm run test:coverage && npm run test:coverage:threshold",
"test:lint": "npm run test:lint:public && npm run test:lint:jsx",
"test:lint:public": "node ./node_modules/eslint/bin/eslint.js --ext .js src test",
"test:lint:jsx": "node ./node_modules/eslint/bin/eslint.js --ext .jsx src test",
"test:coverage": "node ./node_modules/karma/bin/karma start karma.coverage.conf.js",
"test:coverage:threshold": "node ./node_modules/.bin/istanbul check --branches 70 --functions 80 --statements 80 --lines 80 coverage/**/coverage*.json",
"test:debug": "node ./node_modules/karma/bin/karma start karma.debug.conf.js --browsers=Chrome --single-run=false",
"test:mac": "node ./node_modules/karma/bin/karma start --browsers=Chrome,Firefox,Safari,Opera"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/pragonauts/prg-form.git"
},
"keywords": [
"React",
"Form",
"Bulma"
],
"author": "Pragonauts",
"license": "MIT",
"bugs": {
"url": "https://github.com/pragonauts/prg-form/issues"
},
"homepage": "https://github.com/pragonauts/prg-form#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-istanbul": "^4.1.3",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babili-webpack-plugin": "0.0.11",
"chai": "^3.5.0",
"compression-webpack-plugin": "^0.4.0",
"enzyme": "^2.8.2",
"esdoc": "^0.5.2",
"esdoc-importpath-plugin": "^0.1.3",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-mocha": "^0.2.2",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-mocha": "^4.9.0",
"eslint-plugin-react": "^7.0.1",
"glob": "^7.1.1",
"jquery": "^3.2.1",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-cli": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-opera-launcher": "^1.0.0",
"karma-safari-launcher": "^1.0.0",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "^2.0.3",
"mocha": "^3.4.1",
"mocha-istanbul": "^0.3.0",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-addons-test-utils": "^15.5.1",
"react-dom": "^15.5.4",
"react-select": "^1.1.0",
"react-test-renderer": "^15.5.4",
"sinon": "^2.2.0",
"webpack": "^2.5.1"
}
}