This repository has been archived by the owner on Apr 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.14 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
{
"name": "react-boilerplate-vtech",
"version": "0.1.0",
"description": "Opinionated React boilerplate used at V-Technologies",
"author": "Félix Girault <[email protected]>",
"license": "MIT",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --config webpack.config.production.js",
"clean": "npm prune && npm install && npm dedupe",
"test": "karma start"
},
"devDependencies": {
"babel-core": "^6.7.6",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-react-constant-elements": "^6.5.0",
"babel-plugin-transform-react-inline-elements": "^6.6.5",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"chai-spies": "^0.7.1",
"css-loader": "^0.23.1",
"enzyme": "^2.2.0",
"eslint": "^2.7.0",
"eslint-config-vtech": "^0.1.1",
"eslint-loader": "^1.3.0",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-react": "^4.3.0",
"exports-loader": "^0.6.3",
"extract-text-webpack-plugin": "^1.0.1",
"imports-loader": "^0.6.5",
"json-loader": "^0.5.4",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.3",
"karma-firefox-launcher": "^0.1.7",
"karma-mocha": "^0.2.2",
"karma-mocha-reporter": "^2.0.0",
"karma-webpack": "^1.7.0",
"mocha": "^2.4.5",
"node-sass": "^3.4.2",
"react-addons-test-utils": "^15.0.1",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"stylelint": "^5.4.0",
"stylelint-loader": "^5.0.0",
"watch": "^0.17.1",
"webpack": "^1.12.15",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"classnames": "^2.2.3",
"history": "^2.0.1",
"lodash": "^4.10.0",
"react": "^15.0.1",
"react-addons-update": "^15.0.1",
"react-dom": "^15.0.1",
"react-helmet": "^3.0.1",
"react-intl": "^2.0.1",
"react-redux": "^4.4.2",
"react-router": "^2.1.1",
"redux": "^3.4.0",
"redux-saga": "^0.9.5",
"susy": "^2.2.12",
"typi": "^2.1.0",
"whatwg-fetch": "^0.11.0"
}
}