-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
63 lines (63 loc) · 1.95 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
{
"name": "changelog",
"version": "0.0.0",
"description": "changelog frontend",
"repository": {
"type": "git",
"url": "git+https://github.com/prezi/changelog.git"
},
"scripts": {
"build": "webpack --config webpack.prod.js",
"watch": "webpack --watch --config webpack.dev.js"
},
"author": "",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/prezi/changelog/issues"
},
"homepage": "https://github.com/prezi/changelog#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.0",
"babel-loader": "^7.1.2",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"classnames": "^2.2.5",
"css-loader": "^0.28.7",
"eslint": "^4.7.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-react": "^5.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.3.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^3.0.0",
"fixed-data-table-2": "^0.8.0",
"history": "https://registry.npmjs.org/history/-/history-4.7.2.tgz",
"html-webpack-plugin": "^2.30.1",
"left-pad": "^1.1.3",
"lodash": "^4.17.4",
"material-ui": "^1.0.0-beta.10",
"prop-types": "^15.5.10",
"query-string": "https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.6",
"react-resize-detector": "^0.6.0",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"sass": "^1.69.5",
"standard": "^10.0.3",
"standard-loader": "^6.0.1",
"style-loader": "^0.18.2",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^3.6.0",
"webpack-merge": "^4.1.0",
"whatwg-fetch": "^2.0.3"
}
}