forked from linode/linode-api-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.59 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "linode-api-docs",
"version": "0.16.10",
"description": "Linode API Docs",
"main": "src/index.js",
"scripts": {
"build:webpack": "yarn run prebuild && cross-env NODE_ENV=production webpack --config webpack.config.prod.js",
"prebuild": "node prebuild.js",
"build": "yarn run clean && yarn run build:webpack",
"lint": "eslint --max-warnings=0 src prebuild.js",
"lint:fix": "eslint --fix src prebuild.js",
"clean": "rm -rf dist",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "yarn run prebuild && node devServer.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"any-json": "^2.2.0",
"babel-cli": "^6.10.1",
"babel-core": "^6.3.15",
"babel-eslint": "^6.1.2",
"babel-istanbul": "^0.8.0",
"babel-loader": "^6.2.0",
"babel-plugin-transform-class-properties": "^6.18.0",
"babel-plugin-transform-runtime": "^6.4.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.0",
"babel-preset-stage-0": "^6.3.13",
"babel-root-import": "^4.1.0",
"babylon": "^6.16.1",
"circular-dependency-plugin": "^2.0.0",
"coveralls": "^2.11.9",
"cross-env": "^1.0.6",
"css-loader": "^0.23.1",
"enzyme": "2.8.0",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^1.9.2",
"eslint-plugin-jsx-a11y": "^1.5.5",
"eslint-plugin-react": "^5.2.2",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.0",
"file-loader": "^0.8.5",
"imports-loader": "^0.6.5",
"js-yaml": "^3.8.4",
"json-loader": "^0.5.4",
"jsonpath": "^0.2.11",
"node-sass": "^3.4.2",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "^2.1.7",
"react-addons-test-utils": "^15.1.0",
"sass-loader": "^3.1.2",
"sinon": "^2.0.0-pre.2",
"style-loader": "^0.13.0",
"webpack": "^2.6.1",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.4",
"xunit-file": "^0.0.9"
},
"dependencies": {
"bootstrap": "4.0.0-alpha.6",
"clipboard": "^1.6.1",
"fontawesome": "^4.5.0",
"highlight.js": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.12.0.tgz",
"history": "^2.1.2",
"linode-components": "https://github.com/linode/linode-react-components.git#v0.0.5",
"lodash": "^4.16.4",
"moment": "^2.17.1",
"moment-timezone": "^0.5.11",
"react": "^15.6",
"react-dom": "^15.6",
"react-ga": "^2.1.2",
"react-router": "^2.4.1",
"react-tabs": "^0.7.0"
}
}