Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
29ac0ed5
Commit
29ac0ed5
authored
8 years ago
by
Dan Abramov
Browse files
Options
Download
Email Patches
Plain Diff
Lock dependencies
parent
ba7539da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package.json
+28
-28
package.json
with
28 additions
and
28 deletions
+28
-28
package.json
+
28
-
28
View file @
29ac0ed5
...
@@ -27,33 +27,33 @@
...
@@ -27,33 +27,33 @@
"eject-react-app"
:
"./bin/eject-react-app.js"
"eject-react-app"
:
"./bin/eject-react-app.js"
},
},
"dependencies"
:
{
"dependencies"
:
{
"
autoprefixer
"
:
"
^
6.3.7
"
,
"
autoprefixer
"
:
"
6.3.7
"
,
"
babel-core
"
:
"
^
6.10.4
"
,
"
babel-core
"
:
"
6.10.4
"
,
"
babel-eslint
"
:
"
^
6.1.2
"
,
"
babel-eslint
"
:
"
6.1.2
"
,
"
babel-loader
"
:
"
^
6.2.4
"
,
"
babel-loader
"
:
"
6.2.4
"
,
"
babel-plugin-syntax-trailing-function-commas
"
:
"
^
6.8.0
"
,
"
babel-plugin-syntax-trailing-function-commas
"
:
"
6.8.0
"
,
"
babel-plugin-transform-class-properties
"
:
"
^
6.10.2
"
,
"
babel-plugin-transform-class-properties
"
:
"
6.10.2
"
,
"
babel-plugin-transform-object-rest-spread
"
:
"
^
6.8.0
"
,
"
babel-plugin-transform-object-rest-spread
"
:
"
6.8.0
"
,
"
babel-plugin-transform-react-constant-elements
"
:
"
^
6.9.1
"
,
"
babel-plugin-transform-react-constant-elements
"
:
"
6.9.1
"
,
"
babel-preset-es2015
"
:
"
^
6.9.0
"
,
"
babel-preset-es2015
"
:
"
6.9.0
"
,
"
babel-preset-es2016
"
:
"
^
6.11.3
"
,
"
babel-preset-es2016
"
:
"
6.11.3
"
,
"
babel-preset-react
"
:
"
^
6.11.1
"
,
"
babel-preset-react
"
:
"
6.11.1
"
,
"
cross-spawn
"
:
"
^
4.0.0
"
,
"
cross-spawn
"
:
"
4.0.0
"
,
"
css-loader
"
:
"
^
0.23.1
"
,
"
css-loader
"
:
"
0.23.1
"
,
"
eslint
"
:
"
^
3.1.1
"
,
"
eslint
"
:
"
3.1.1
"
,
"
eslint-loader
"
:
"
^
1.4.1
"
,
"
eslint-loader
"
:
"
1.4.1
"
,
"
eslint-plugin-import
"
:
"
^
1.10.3
"
,
"
eslint-plugin-import
"
:
"
1.10.3
"
,
"
eslint-plugin-react
"
:
"
^
5.2.2
"
,
"
eslint-plugin-react
"
:
"
5.2.2
"
,
"
file-loader
"
:
"
^
0.9.0
"
,
"
file-loader
"
:
"
0.9.0
"
,
"
html-webpack-plugin
"
:
"
^
2.22.0
"
,
"
html-webpack-plugin
"
:
"
2.22.0
"
,
"
json-loader
"
:
"
^
0.5.4
"
,
"
json-loader
"
:
"
0.5.4
"
,
"
opn
"
:
"
^
4.0.2
"
,
"
opn
"
:
"
4.0.2
"
,
"
postcss-loader
"
:
"
^
0.9.1
"
,
"
postcss-loader
"
:
"
0.9.1
"
,
"
rimraf
"
:
"
^
2.5.3
"
,
"
rimraf
"
:
"
2.5.3
"
,
"
style-loader
"
:
"
^
0.13.1
"
,
"
style-loader
"
:
"
0.13.1
"
,
"
url-loader
"
:
"
^
0.5.7
"
,
"
url-loader
"
:
"
0.5.7
"
,
"
webpack
"
:
"
^
1.13.1
"
,
"
webpack
"
:
"
1.13.1
"
,
"
webpack-dev-server
"
:
"
^
1.14.1
"
"
webpack-dev-server
"
:
"
1.14.1
"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"
react
"
:
"
^15.2.1
"
,
"
react
"
:
"
^15.2.1
"
,
...
@@ -88,4 +88,4 @@
...
@@ -88,4 +88,4 @@
"webpack"
,
"webpack"
,
"webpack-dev-server"
"webpack-dev-server"
]
]
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment