]> cat aescling's git repositories - mastodon.git/blob - package.json
Remove dependencies that are no longer needed now (#2999)
[mastodon.git] / package.json
1 {
2 "name": "mastodon",
3 "license": "AGPL-3.0",
4 "scripts": {
5 "postversion": "git push --tags",
6 "build:development": "NODE_ENV=development yarn webpack -- --config config/webpack/development.js",
7 "build:production": "NODE_ENV=production yarn webpack -- --config config/webpack/production.js",
8 "manage:translations": "node ./config/webpack/translationRunner.js",
9 "start": "babel-node ./streaming/index.js --presets es2015,stage-2",
10 "storybook": "start-storybook -p 9001 -c storybook",
11 "test": "npm run test:lint && npm run test:mocha",
12 "test:lint": "eslint -c .eslintrc.yml --ext=js --ext=jsx app/javascript/",
13 "test:mocha": "mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/*.test.jsx"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/tootsuite/mastodon.git"
18 },
19 "dependencies": {
20 "array-includes": "^3.0.3",
21 "autoprefixer": "^6.7.7",
22 "axios": "^0.15.3",
23 "babel-cli": "^6.23.0",
24 "babel-core": "^6.24.1",
25 "babel-loader": "7.x",
26 "babel-plugin-lodash": "^3.2.11",
27 "babel-plugin-react-intl": "^2.3.1",
28 "babel-plugin-react-transform": "^2.0.2",
29 "babel-plugin-syntax-dynamic-import": "^6.18.0",
30 "babel-plugin-transform-object-rest-spread": "^6.23.0",
31 "babel-plugin-transform-react-jsx-self": "^6.22.0",
32 "babel-plugin-transform-react-jsx-source": "^6.22.0",
33 "babel-preset-env": "^1.4.0",
34 "babel-preset-es2015": "^6.22.0",
35 "babel-preset-react": "^6.11.1",
36 "babel-preset-stage-2": "^6.22.0",
37 "coffee-loader": "^0.7.3",
38 "coffee-script": "^1.12.5",
39 "compression-webpack-plugin": "^0.4.0",
40 "css-loader": "^0.28.0",
41 "date-fns": "^1.28.4",
42 "dotenv": "^4.0.0",
43 "emojione": "^2.2.7",
44 "emojione-picker": "^2.2.1",
45 "es6-symbol": "^3.1.1",
46 "escape-html": "^1.0.3",
47 "express": "^4.14.1",
48 "extract-text-webpack-plugin": "^2.1.0",
49 "file-loader": "^0.11.1",
50 "font-awesome": "^4.7.0",
51 "glob": "^7.1.1",
52 "http-link-header": "^0.8.0",
53 "immutable": "^3.8.1",
54 "intl": "^1.2.5",
55 "is-nan": "^1.2.1",
56 "js-yaml": "^3.8.3",
57 "lodash": "^4.17.4",
58 "node-sass": "^4.5.2",
59 "npmlog": "^4.0.2",
60 "object-assign": "^4.1.1",
61 "path-complete-extname": "^0.1.0",
62 "pg": "^6.1.2",
63 "postcss-loader": "^1.3.3",
64 "postcss-smart-import": "^0.6.12",
65 "precss": "^1.4.0",
66 "prop-types": "^15.5.8",
67 "punycode": "^2.1.0",
68 "rails-erb-loader": "^5.0.0",
69 "rails-ujs": "^5.1.0",
70 "react": "^15.5.4",
71 "react-addons-perf": "^15.4.2",
72 "react-addons-shallow-compare": "^15.5.2",
73 "react-autosuggest": "^7.0.1",
74 "react-dom": "^15.5.4",
75 "react-imageloader": "^2.1.0",
76 "react-immutable-proptypes": "^2.1.0",
77 "react-immutable-pure-component": "^0.0.4",
78 "react-intl": "^2.1.5",
79 "react-motion": "^0.4.5",
80 "react-notification": "^6.6.0",
81 "react-redux": "^5.0.4",
82 "react-redux-loading-bar": "2.4.1",
83 "react-router": "^2.8.0",
84 "react-router-scroll": "^0.3.2",
85 "react-simple-dropdown": "^1.1.4",
86 "react-toggle": "^2.1.1",
87 "redis": "^2.6.5",
88 "redux": "^3.6.0",
89 "redux-immutable": "^3.1.0",
90 "redux-thunk": "^2.2.0",
91 "reselect": "^2.5.4",
92 "sass-loader": "^6.0.3",
93 "stringz": "^0.1.2",
94 "style-loader": "^0.16.1",
95 "uuid": "^3.0.1",
96 "uws": "^0.14.5",
97 "webpack": "^2.4.1",
98 "webpack-manifest-plugin": "^1.1.0",
99 "webpack-merge": "^4.1.0",
100 "websocket.js": "^0.1.7"
101 },
102 "devDependencies": {
103 "@kadira/storybook": "^2.35.3",
104 "babel-eslint": "^7.2.2",
105 "chai": "^3.5.0",
106 "chai-enzyme": "^0.6.1",
107 "enzyme": "^2.8.2",
108 "eslint": "^3.19.0",
109 "eslint-plugin-jsx-a11y": "^5.0.0",
110 "eslint-plugin-react": "^6.10.3",
111 "jsdom": "^9.11.0",
112 "minimist": "^1.2.0",
113 "mocha": "^3.2.0",
114 "react-intl-translations-manager": "^5.0.0",
115 "react-storybook-addon-intl": "^0.1.0",
116 "react-test-renderer": "^15.5.4",
117 "sinon": "^1.17.6",
118 "webpack-dev-server": "^2.4.5"
119 },
120 "optionalDependencies": {
121 "fsevents": "*"
122 }
123 }
This page took 0.099196 seconds and 5 git commands to generate.