forked from yarnpkg/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 744 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 744 Bytes
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
{
"name": "yarn-website",
"version": "1.0.0",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"clean-webpack-plugin": "^0.1.15",
"webpack": "^2.2.1",
"webpack-manifest-plugin": "^1.1.0"
},
"scripts": {
"build": "webpack",
"start": "webpack --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/yarnpkg/website.git"
},
"private": true,
"dependencies": {
"docsearch.js": "^1.5.0",
"instantsearch.js": "^1.10.5",
"moment": "^2.17.1",
"react": "^15.4.2",
"react-dom": "^15.4.2"
}
}