-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
78 lines (78 loc) · 2.21 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
{
"name": "decidim.barcelona",
"dependencies": {
"array-unique": "^0.2.1",
"autolinker": "^0.26.0",
"axios": "^0.9.1",
"babel-core": "^6.7.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.1.2",
"babel-preset-react": "^6.1.2",
"babel-preset-stage-2": "^6.1.2",
"classnames": "^2.2.3",
"css-loader": "^0.23.1",
"es5-shim": "^4.5.7",
"es6-promise": "^3.1.2",
"eslint": "^2.12.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-react": "^5.1.1",
"exports-loader": "^0.6.3",
"expose-loader": "^0.7.1",
"extract-text-webpack-plugin": "^1.0.1",
"he": "^1.1.0",
"html-ellipsis": "^1.1.1",
"html-to-react": "^1.0.0",
"html-truncate": "^1.2.1",
"i18n-js": "^1.0.0",
"imports-loader": "^0.6.5",
"json-loader": "^0.5.4",
"pleasejs": "^0.4.2",
"quill": "^1.1.3",
"react": "^0.14.6",
"react-addons-test-utils": "^0.14.6",
"react-autocomplete": "^1.0.0-rc2",
"react-dom": "^0.14.6",
"react-quill": "github:zenoamaro/react-quill",
"react-redux": "^4.0.0",
"react-share": "^1.4.1",
"react-slick": "^0.11.1",
"react-visibility-sensor": "^3.0.0",
"redux": "^3.0.4",
"redux-logger": "^2.6.1",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.1.0",
"style-loader": "^0.13.0",
"webpack": "^1.12.14",
"whatwg-fetch": "^0.11.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"chai-enzyme": "^0.4.1",
"cheerio": "^0.20.0",
"enzyme": "^2.2.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.19",
"karma-babel-preprocessor": "^6.0.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon-chai": "^1.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"lolex": "^1.4.0",
"phantomjs-prebuilt": "^2.1.7",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS",
"test:watch": "./node_modules/karma/bin/karma start",
"lint": "eslint app/frontend/**"
},
"license": "GPLv3",
"engines": {
"node": ">= 0.10"
}
}