]> cat aescling's git repositories - mastodon.git/blob - package.json
Use Class and Property Decorators (#3730)
[mastodon.git] / package.json
1 {
2 "name": "mastodon",
3 "license": "AGPL-3.0",
4 "scripts": {
5 "postversion": "git push --tags",
6 "build:development": "cross-env RAILS_ENV=development ASSET_HOST=http://0.0.0.0:8080 ./bin/webpack",
7 "build:production": "cross-env RAILS_ENV=production ./bin/webpack",
8 "manage:translations": "node ./config/webpack/translationRunner.js",
9 "start": "rimraf ./tmp/streaming && babel ./streaming/index.js --out-dir ./tmp && node ./tmp/streaming/index.js",
10 "storybook": "cross-env NODE_ENV=test start-storybook -s ./public -p 9001 -c storybook",
11 "test": "npm run test:lint && npm run test:mocha",
12 "test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ spec/javascript/ storybook/ streaming/",
13 "test:mocha": "cross-env NODE_ENV=test mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/*.test.js",
14 "postinstall": "npm rebuild node-sass"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/tootsuite/mastodon.git"
19 },
20 "private": true,
21 "dependencies": {
22 "array-includes": "^3.0.3",
23 "autoprefixer": "^7.1.0",
24 "axios": "^0.16.2",
25 "babel-cli": "^6.24.1",
26 "babel-core": "^6.25.0",
27 "babel-loader": "^7.0.0",
28 "babel-plugin-lodash": "^3.2.11",
29 "babel-plugin-react-intl": "^2.3.1",
30 "babel-plugin-react-transform": "^2.0.2",
31 "babel-plugin-syntax-dynamic-import": "^6.18.0",
32 "babel-plugin-transform-class-properties": "^6.24.1",
33 "babel-plugin-transform-decorators-legacy": "^1.3.4",
34 "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
35 "babel-plugin-transform-object-rest-spread": "^6.23.0",
36 "babel-plugin-transform-react-jsx-self": "^6.22.0",
37 "babel-plugin-transform-react-jsx-source": "^6.22.0",
38 "babel-plugin-transform-react-remove-prop-types": "^0.4.5",
39 "babel-plugin-transform-runtime": "^6.23.0",
40 "babel-preset-env": "^1.5.2",
41 "babel-preset-react": "^6.24.1",
42 "classnames": "^2.2.5",
43 "compression-webpack-plugin": "^0.4.0",
44 "cross-env": "^5.0.1",
45 "css-loader": "^0.28.4",
46 "dotenv": "^4.0.0",
47 "emojione": "^2.2.7",
48 "emojione-picker": "^2.2.1",
49 "es6-symbol": "^3.1.1",
50 "escape-html": "^1.0.3",
51 "express": "^4.15.2",
52 "extract-text-webpack-plugin": "^2.1.2",
53 "file-loader": "^0.11.2",
54 "font-awesome": "^4.7.0",
55 "glob": "^7.1.1",
56 "http-link-header": "^0.8.0",
57 "immutable": "^3.8.1",
58 "intersection-observer": "^0.3.0",
59 "intl": "^1.2.5",
60 "intl-relativeformat": "^1.3.0",
61 "is-nan": "^1.2.1",
62 "js-yaml": "^3.8.4",
63 "lodash": "^4.17.4",
64 "mark-loader": "^0.1.6",
65 "marky": "^1.2.0",
66 "mkdirp": "^0.5.1",
67 "node-sass": "^4.5.2",
68 "npmlog": "^4.1.0",
69 "object-assign": "^4.1.1",
70 "path-complete-extname": "^0.1.0",
71 "pg": "^6.2.4",
72 "postcss-loader": "^2.0.5",
73 "postcss-smart-import": "^0.7.4",
74 "precss": "^1.4.0",
75 "prop-types": "^15.5.10",
76 "punycode": "^2.1.0",
77 "rails-ujs": "^5.1.1",
78 "react": "^15.6.0",
79 "react-addons-perf": "^15.4.2",
80 "react-addons-shallow-compare": "^15.5.2",
81 "react-dom": "^15.6.0",
82 "react-immutable-proptypes": "^2.1.0",
83 "react-immutable-pure-component": "^1.0.0",
84 "react-intl": "^2.3.0",
85 "react-motion": "^0.5.0",
86 "react-notification": "^6.7.0",
87 "react-redux": "^5.0.4",
88 "react-redux-loading-bar": "^2.9.2",
89 "react-router-dom": "^4.1.1",
90 "react-router-scroll": "ytase/react-router-scroll#build",
91 "react-simple-dropdown": "^3.0.0",
92 "react-swipeable": "^4.0.1",
93 "react-textarea-autosize": "^5.0.6",
94 "react-toggle": "^4.0.1",
95 "redis": "^2.7.1",
96 "redux": "^3.6.0",
97 "redux-immutable": "^4.0.0",
98 "redux-thunk": "^2.2.0",
99 "requestidlecallback": "^0.3.0",
100 "reselect": "^3.0.1",
101 "resolve-url-loader": "^2.0.2",
102 "rimraf": "^2.6.1",
103 "sass-loader": "^6.0.5",
104 "stringz": "^0.2.1",
105 "style-loader": "^0.18.2",
106 "throng": "^4.0.0",
107 "tiny-queue": "^0.2.1",
108 "uuid": "^3.0.1",
109 "uws": "^0.14.5",
110 "webpack": "^3.0.0",
111 "webpack-bundle-analyzer": "^2.8.2",
112 "webpack-manifest-plugin": "^1.1.0",
113 "webpack-merge": "^4.1.0",
114 "websocket.js": "^0.1.10"
115 },
116 "devDependencies": {
117 "@storybook/addon-actions": "^3.1.2",
118 "@storybook/react": "^3.1.3",
119 "babel-eslint": "^7.2.3",
120 "chai": "^4.0.1",
121 "chai-enzyme": "^0.7.1",
122 "enzyme": "^2.8.2",
123 "eslint": "^3.19.0",
124 "eslint-plugin-jsx-a11y": "^4.0.0",
125 "eslint-plugin-react": "^6.10.3",
126 "jsdom": "^10.1.0",
127 "mocha": "^3.4.1",
128 "react-intl-translations-manager": "^5.0.0",
129 "react-test-renderer": "^15.5.4",
130 "sinon": "^2.3.4",
131 "webpack-dev-server": "^2.4.5",
132 "yargs": "^8.0.1"
133 },
134 "optionalDependencies": {
135 "fsevents": "*"
136 }
137 }
This page took 0.088535 seconds and 4 git commands to generate.