-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
118 lines (118 loc) · 4.1 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "armory-embeds",
"version": "0.4.3",
"description": "Guild Wars 2 Armory Embeds",
"pre-commit": [
"test"
],
"main": "armory-embeds.js",
"scripts": {
"start": "start-storybook -p 6006",
"prebuild": "rm -rf dist",
"build": "webpack",
"postbuild": "cp package.json dist/package.json && cp README.md dist/README.md",
"test": "npm run lint && npm run flow && npm run coverage",
"flow": "flow",
"flowtypes": "rm -rf ./flow-typed && flow-typed install --overwrite --skip",
"lint": "eslint ./config ./scripts ./src ./test",
"unit": "BABEL_ENV=test mocha \"src/**/*.spec.js\"",
"tdd": "npm run unit -- -w",
"coverage": "BABEL_ENV=test nyc npm run unit",
"codecov": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"preversion": "npm test",
"version": "version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md",
"postversion": "git push && git push --tags",
"build-storybook": "rm -rf docs && build-storybook --output-dir docs",
"smoke-run": "npm run build && http-server ./ & opn http://127.0.0.1:8080/test/smoke.html",
"smoke-run-prod": "npm run build && http-server ./ & opn http://127.0.0.1:8080/test/smoke.html?prod"
},
"dependencies": {
"armory-component-ui": "^0.8.4",
"axios": "^0.17.1",
"classnames": "^2.2.5",
"function-batch": "^1.1.2",
"i18n-react": "0.3",
"lodash": "^4.17.4",
"lz-string": "^1.4.4",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1"
},
"devDependencies": {
"@storybook/addon-actions": "^3.2.17",
"@storybook/addon-links": "^3.2.17",
"@storybook/react": "^3.2.17",
"app-module-path": "^2.2.0",
"autoprefixer": "^7.2.3",
"babel-core": "^6.26.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.1.2",
"babel-plugin-dynamic-import-node": "^1.1.0",
"babel-plugin-istanbul": "^4.1.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-constant-elements": "^6.9.1",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.11.1",
"babel-runtime": "^6.26.0",
"chai": "^4.1.1",
"chai-as-promised": "^7.1.1",
"chai-enzyme": "^1.0.0-beta.0",
"changelog-verify": "^1.1.0",
"codecov": "^2.3.0",
"copy-webpack-plugin": "^4.3.0",
"cross-spawn": "^5.0.1",
"css-loader": "^0.28.5",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.0",
"eslint": "^3.14.0",
"eslint-config-airbnb": "^14.0.0",
"eslint-import-resolver-webpack": "0.4.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-react": "^6.9.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"filesize": "^3.5.11",
"flow-bin": "^0.53.1",
"flow-typed": "^2.1.5",
"gzip-size": "^4.1.0",
"http-server": "^0.10.0",
"jsdom": "^11.5.1",
"jsdom-global": "^3.0.2",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"less-vars-loader": "^1.1.0",
"mocha": "^4.0.1",
"nyc": "^11.3.0",
"opn-cli": "^3.1.0",
"postcss-loader": "^2.0.9",
"pre-commit": "^1.2.2",
"proxyquire": "^1.8.0",
"react-addons-test-utils": "^15.6.0",
"react-debounce-decorator": "^0.1.3",
"react-highlight": "briancappello/react-highlight#react-v16-compiled",
"react-test-renderer": "^16.2.0",
"rimraf": "^2.5.4",
"sinon": "^4.1.3",
"sinon-chai": "^2.13.0",
"style-loader": "^0.19.1",
"url-loader": "^0.6.2",
"version-changelog": "^2.1.0",
"webpack": "^3.10.0",
"webpack-bundle-analyzer": "^2.9.1",
"webpack-manifest-plugin": "^1.3.2",
"webpack-merge": "^4.1.1",
"yargs": "^10.0.3"
}
}