-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathpackage.json
40 lines (40 loc) · 1.12 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
{
"name": "bitbucket-releases-addon",
"version": "1.0.5",
"description": "Bitbucket addon for displaying releases section in PRs",
"repository": {
"type": "git",
"url": "https://github.com/codesandbox/codesandboxer",
"directory": "packages/bitbucket-codesandboxer"
},
"license": "Apache-2.0",
"author": "Luke Batchelor",
"scripts": {
"build": "webpack -p",
"deploy": "pnpm run build && netlify deploy",
"dev": "webpack-dev-server --mode development"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"codesandboxer": "^1.0.0",
"p-memoize": "^2.0.0",
"path-browserify": "^1.0.0",
"prop-types": "^15.6.1",
"query-string": "^6.1.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-select": "2.0.0-beta.6"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"mini-css-extract-plugin": "^0.4.0",
"webpack": "^4.9.1",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.4"
}
}