-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.42 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
{
"name": "react-toolbox-mock-up",
"version": "1.0.0",
"description": "Mock up with http://react-toolbox.com/",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "6.7.7",
"babel-cli": "6.24.1",
"babel-core": "6.24.1",
"babel-loader": "6.4.1",
"babel-plugin-transform-node-env-inline": "0.0.2",
"babel-preset-env": "1.3.3",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"css-loader": "0.28.0",
"html-webpack-plugin": "2.29.0",
"node-sass": "4.5.2",
"postcss": "5.2.16",
"postcss-browser-reporter": "0.5.0",
"postcss-cssnext": "2.10.0",
"postcss-each": "0.9.3",
"postcss-import": "9.1.0",
"postcss-loader": "1.3.3",
"postcss-reporter": "3.0.0",
"postcss-url": "6.0.4",
"precss": "1.4.0",
"sass-loader": "6.0.3",
"style-loader": "0.16.1",
"webpack": "2.3.3"
},
"dependencies": {
"react": "15.4.2",
"react-addons-css-transition-group": "15.4.2",
"react-dom": "15.4.2",
"react-toolbox": "2.0.0-beta.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ohmatey/react-toolbox-shell-test.git"
},
"bugs": {
"url": "https://github.com/ohmatey/react-toolbox-shell-test/issues"
},
"homepage": "https://github.com/ohmatey/react-toolbox-shell-test#readme"
}