This repository has been archived by the owner on Oct 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
95 lines (95 loc) · 2.86 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "SDP",
"version": "0.0.1",
"license": "Apache-2.0",
"scripts": {
"test": "mocha --compilers js:babel-core/register --require ./test/frontend/test_helper.js --recursive ./test/frontend",
"test-win": "SET NODE_ENV=test && npm run test",
"test-osx": "NODE_ENV=test && npm run test",
"lint": "eslint webpack",
"lint-auto": "eslint webpack --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/CDCgov/SDP-Vocabulary-Service"
},
"dependencies": {
"autoprefixer": "^7.1.4",
"axios": "^0.19.0",
"babel-core": "^6.26.0",
"babel-loader": "7.x",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.16.0",
"bootstrap": "^3.4.1",
"coffee-loader": "^0.8.0",
"coffeescript": "^1.12.7",
"compression-webpack-plugin": "^1.0.0",
"css-loader": "^0.28.7",
"date-fns": "^1.28.5",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"font-awesome": "^4.7.0",
"glob": "^7.1.2",
"handlebars": "^4.5.3",
"jquery": "^3.5.1",
"jquery-ujs": "^1.2.2",
"js-yaml": "^3.10.0",
"lodash": "^4.17.20",
"mixin-deep": "^1.3.2",
"node-sass": "^4.14.1",
"normalizr": "^3.2.3",
"path-complete-extname": "^0.1.0",
"postcss-loader": "^2.0.6",
"postcss-smart-import": "^0.7.5",
"precss": "^2.0.0",
"prop-types": "^15.5.10",
"rails-erb-loader": "^5.2.1",
"rc-pagination": "^1.9.7",
"react": "^15.6.1",
"react-addons-shallow-compare": "^15.5.2",
"react-autocomplete": "^1.7.1",
"react-bootstrap": "^0.31.0",
"react-dates": "^15.0.0",
"react-dom": "^15.6.1",
"react-joyride": "^1.10.1",
"react-linkify": "^0.2.2",
"react-redux": "^4.4.6",
"react-router": "^3.0.1",
"react-tagsinput": "^3.19.0",
"redux": "^3.6.0",
"redux-devtools": "^3.3.1",
"redux-logger": "^2.7.4",
"redux-promise-middleware": "^4.2.1",
"reselect": "^2.5.4",
"resolve-url-loader": "^2.1.0",
"sass-loader": "^6.0.6",
"stats-webpack-plugin": "^0.2.1",
"strict-uri-encode": "1.1.0",
"style-loader": "^0.18.2",
"swagger-cli": "^1.0.0-beta.2",
"url-loader": "^1.1.1",
"webpack": "^3.6.0",
"webpack-dev-middleware": "1.7.0",
"webpack-dev-server": "^2.8.2",
"webpack-manifest-plugin": "^1.3.2",
"webpack-merge": "^4.1.0"
},
"devDependencies": {
"bootstrap-sass": "^3.3.7",
"chai": "^3.5.0",
"chai-jquery": "^2.0.0",
"chai-spies": "*",
"enzyme": "2.9.1",
"eslint": "^3.10.2",
"eslint-plugin-react": "^6.7.1",
"jsdom": "^9.8.3",
"mocha": "^5.2.0",
"react-test-renderer": "^15.6.1",
"webpack-bundle-analyzer": "^2.8.2"
}
}