-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.69 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
{
"name": "manguez.al",
"version": "1.0.0",
"description": "Manguez.al bundler",
"main": "index.js",
"scripts": {
"test": "karma start",
"dev": "webpack-dev-server --history-api-fallback --content-base ./src --open --hot --env.dev"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"copy-webpack-plugin": "^4.0.0",
"css-loader": "^0.28.0",
"enquire.js": "^2.1.6",
"eslint": "^3.4.0",
"eslint-config-airbnb": "^10.0.1",
"eslint-loader": "^1.5.0",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0",
"expect": "^1.20.2",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"file-loader": "0.10.1",
"html-webpack-plugin": "^2.22.0",
"karma": "^1.6.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-firefox-launcher": "^1.0.1",
"karma-mocha": "^1.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.3",
"loader-utils": "^0.2.16",
"mocha": "^3.2.0",
"node-sass": "^3.9.0",
"postcss-loader": "^1.3.3",
"react-hot-loader": "^3.0.0-beta.6",
"resolve-url-loader": "^2.0.2",
"sass-loader": "^4.0.1",
"sinon": "^2.1.0",
"style-loader": "^0.13.1",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0"
},
"dependencies": {
"jquery": "^3.2.1",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-i18nify": "^1.8.5"
}
}