-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.35 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
{
"name": "tea-and-pronouns",
"version": "0.1.0",
"description": "",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/hackathing/tea-and-pronouns.git"
},
"keywords": [],
"author": "Louis Pilfold, et al",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/hackathing/tea-and-pronouns/issues"
},
"homepage": "https://github.com/hackathing/tea-and-pronouns#readme",
"dependencies": {
"autoprefixer": "^6.4.0",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-register": "^6.14.0",
"chai": "^3.5.0",
"css-loader": "^0.23.1",
"deep-freeze": "0.0.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.17.0",
"mocha": "^3.0.2",
"normalize.css": "^4.2.0",
"postcss-cssnext": "^2.7.0",
"postcss-import": "^8.1.2",
"postcss-loader": "^0.9.1",
"react": "^15.3.2",
"react-addons-test-utils": "^15.3.2",
"react-dom": "^15.3.1",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"reset-css": "^2.2.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"webpack-merge": "^0.13.0"
}
}