-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 924 Bytes
/
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
{
"name": "validation-framework",
"main": "index.js",
"dependencies": {
"axios": "^0.16.1",
"bootstrap": "^3.3.7",
"fixed-data-table": "^0.6.4",
"fixed-data-table-2": "^0.7.16",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"react": "^0.14.9",
"react-bootstrap": "^0.31.0",
"react-dom": "^0.14.9",
"react-sticky": "^6.0.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-plugin-react-require": "^2.1.0",
"babel-plugin-transform-react-jsx": "^6.4.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.3.13",
"css-loader": "^0.23.1",
"eslint": "^1.10.3",
"eslint-loader": "^1.2.0",
"extract-text-webpack-plugin": "^2.1.0",
"jsx-loader": "^0.13.2",
"node-sass": "^3.4.2",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"webpack": "^1.15.0"
}
}