-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.29 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.29 KB
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
{
"name": "termit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js & open http://localhost:3000",
"dev": "webpack --progress --colors --watch"
},
"dependencies": {
"es6-promise": "^4.0.5",
"express": "^4.14.0",
"isomorphic-fetch": "^2.2.1",
"react-addons-css-transition-group": "^15.4.2",
"react-modal": "^1.6.5",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.8",
"redux": "^3.6.0",
"redux-logger": "^2.8.1",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"autoprefixer": "^6.7.0",
"autoprefixer-core": "^6.0.1",
"babel": "^6.5.2",
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"css-loader": "^0.26.1",
"eslint": "^3.14.1",
"eslint-config-standard": "^6.2.1",
"eslint-loader": "^1.6.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-react": "^6.9.0",
"eslint-plugin-standard": "^2.0.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.10.0",
"html-webpack-plugin": "^2.26.0",
"json-loader": "^0.5.4",
"jsx-loader": "^0.13.2",
"node-sass": "^4.3.0",
"postcss-assets": "^4.1.0",
"postcss-color-function": "^3.0.0",
"postcss-fixes": "^1.4.2",
"postcss-loader": "^1.2.2",
"postcss-nested": "^1.0.0",
"postcss-short-position": "^2.0.1",
"postcss-short-size": "^2.0.1",
"postcss-short-spacing": "^2.0.1",
"postcss-short-text": "^1.1.0",
"postcss-simple-extend": "^1.0.0",
"postcss-simple-vars": "^3.0.0",
"postcss-sorting": "^2.0.1",
"postcss-zindex": "^2.2.0",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.5.2",
"react-dom": "^15.4.2",
"react-inlinesvg": "^0.5.5",
"react-motion": "^0.5.0",
"react-redux": "^5.0.2",
"react-router-transition": "0.0.6",
"redux-devtools": "^3.3.2",
"router-redux-params": "0.0.6",
"sass-loader": "^6.0.5",
"style-loader": "^0.13.1",
"stylefmt": "^5.1.1",
"stylelint-config-standard": "^15.0.1",
"webpack": "^1.14.0"
},
"author": "",
"license": "ISC"
}