-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.26 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
{
"name": "kikoru-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "webpack",
"webpack": "webpack && webpack-dev-server --inline",
"test": "jest --forceExit",
"postinstall": "webpack",
"start": "webpack && node ./bin/www"
},
"engines": {
"node": ">=9.5"
},
"dependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-spread": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-native": "^4.0.0",
"babel-preset-stage-3": "^6.24.1",
"body-parser": "^1.18.2",
"bootstrap": "^4.0.0",
"cookie-parser": "^1.4.3",
"css-loader": "^0.28.9",
"debug": "^3.1.0",
"dotenv": "^5.0.0",
"es2015": "^0.0.0",
"express": "^4.16.2",
"http-proxy-middleware": "^0.17.4",
"knex": "^0.14.4",
"morgan": "^1.9.0",
"node-sass": "^4.7.2",
"open-browser-webpack-plugin": "^0.0.5",
"pg": "^7.4.1",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-confirm-alert": "^1.0.8",
"react-dom": "^16.2.0",
"react-rangeslider": "^2.2.0",
"react-redux": "^5.0.7",
"react-scripts": "^1.1.1",
"react-transition-group": "^2.2.1",
"reactstrap": "^4.8.0",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"sass-loader": "^6.0.6",
"serve-favicon": "^2.4.5",
"source-map": "^0.7.1",
"strip-ansi": "^4.0.0",
"style-loader": "^0.20.2",
"superagent": "^3.8.2",
"webpack": "^3.11.0",
"webpack-dev-server": "^2.11.1"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"babel-jest": "^22.4.3",
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"chrome": "^0.1.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.18.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"jasmine": "^3.1.0",
"jest": "^22.4.3",
"json-loader": "^0.5.7",
"karma": "^2.0.0",
"karma-jasmine": "^1.1.1",
"puppeteer": "^1.2.0",
"react-addons-test-utils": "^15.6.2",
"sinon": "^4.3.0"
}
}