]> cat aescling's git repositories - mastodon.git/blob - package.json
Add localization of datetime in public page (#3296)
[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": "rimraf ./tmp/streaming && babel ./streaming/index.js --out-dir ./tmp && node ./tmp/streaming/index.js",
10 "storybook": "NODE_ENV=test 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 app/javascript/ config/webpack/ storyboard/ streaming/",
13 "test:mocha": "NODE_ENV=test mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/*.test.jsx",
14 "postinstall": "npm rebuild node-sass"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/tootsuite/mastodon.git"
19 },
20 "dependencies": {
21 "array-includes": "^3.0.3",
22 "autoprefixer": "^6.7.7",
23 "axios": "^0.15.3",
24 "babel-cli": "^6.23.0",
25 "babel-core": "^6.24.1",
26 "babel-loader": "7.x",
27 "babel-plugin-lodash": "^3.2.11",
28 "babel-plugin-react-intl": "^2.3.1",
29 "babel-plugin-react-transform": "^2.0.2",
30 "babel-plugin-syntax-dynamic-import": "^6.18.0",
31 "babel-plugin-transform-class-properties": "^6.24.1",
32 "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
33 "babel-plugin-transform-object-rest-spread": "^6.23.0",
34 "babel-plugin-transform-react-jsx-self": "^6.22.0",
35 "babel-plugin-transform-react-jsx-source": "^6.22.0",
36 "babel-plugin-transform-react-remove-prop-types": "^0.4.5",
37 "babel-plugin-transform-runtime": "^6.23.0",
38 "babel-preset-env": "^1.4.0",
39 "babel-preset-react": "^6.11.1",
40 "classnames": "^2.2.5",
41 "coffee-loader": "^0.7.3",
42 "coffee-script": "^1.12.5",
43 "compression-webpack-plugin": "^0.4.0",
44 "css-loader": "^0.28.0",
45 "dotenv": "^4.0.0",
46 "emojione": "^2.2.7",
47 "emojione-picker": "^2.2.1",
48 "es6-symbol": "^3.1.1",
49 "escape-html": "^1.0.3",
50 "express": "^4.14.1",
51 "extract-text-webpack-plugin": "^2.1.0",
52 "file-loader": "^0.11.1",
53 "font-awesome": "^4.7.0",
54 "glob": "^7.1.1",
55 "http-link-header": "^0.8.0",
56 "immutable": "^3.8.1",
57 "intersection-observer": "^0.2.1",
58 "intl": "^1.2.5",
59 "intl-relativeformat": "^1.3.0",
60 "is-nan": "^1.2.1",
61 "js-yaml": "^3.8.3",
62 "lodash": "^4.17.4",
63 "mkdirp": "^0.5.1",
64 "node-sass": "^4.5.2",
65 "npmlog": "^4.0.2",
66 "object-assign": "^4.1.1",
67 "path-complete-extname": "^0.1.0",
68 "pg": "^6.1.2",
69 "postcss-loader": "^1.3.3",
70 "postcss-smart-import": "^0.6.12",
71 "precss": "^1.4.0",
72 "prop-types": "^15.5.8",
73 "punycode": "^2.1.0",
74 "rails-erb-loader": "^5.0.0",
75 "rails-ujs": "^5.1.0",
76 "react": "^15.5.4",
77 "react-addons-perf": "^15.4.2",
78 "react-addons-shallow-compare": "^15.5.2",
79 "react-dom": "^15.5.4",
80 "react-imageloader": "^2.1.0",
81 "react-immutable-proptypes": "^2.1.0",
82 "react-immutable-pure-component": "^0.0.4",
83 "react-intl": "^2.1.5",
84 "react-motion": "^0.4.5",
85 "react-notification": "^6.6.0",
86 "react-redux": "^5.0.4",
87 "react-redux-loading-bar": "2.4.1",
88 "react-router": "^2.8.0",
89 "react-router-scroll": "^0.3.2",
90 "react-simple-dropdown": "^1.1.4",
91 "react-toggle": "^2.1.1",
92 "redis": "^2.6.5",
93 "redux": "^3.6.0",
94 "redux-immutable": "^3.1.0",
95 "redux-thunk": "^2.2.0",
96 "requestidlecallback": "^0.3.0",
97 "reselect": "^2.5.4",
98 "rimraf": "^2.6.1",
99 "sass-loader": "^6.0.3",
100 "stringz": "^0.1.2",
101 "style-loader": "^0.16.1",
102 "uuid": "^3.0.1",
103 "uws": "^0.14.5",
104 "webpack": "^2.4.1",
105 "webpack-bundle-analyzer": "^2.8.2",
106 "webpack-manifest-plugin": "^1.1.0",
107 "webpack-merge": "^4.1.0",
108 "websocket.js": "^0.1.7"
109 },
110 "devDependencies": {
111 "@kadira/storybook": "^2.35.3",
112 "babel-eslint": "^7.2.2",
113 "chai": "^3.5.0",
114 "chai-enzyme": "^0.6.1",
115 "enzyme": "^2.8.2",
116 "eslint": "^3.19.0",
117 "eslint-plugin-jsx-a11y": "^4.0.0",
118 "eslint-plugin-react": "^6.10.3",
119 "jsdom": "^9.11.0",
120 "minimist": "^1.2.0",
121 "mocha": "^3.2.0",
122 "react-intl-translations-manager": "^5.0.0",
123 "react-storybook-addon-intl": "^0.1.0",
124 "react-test-renderer": "^15.5.4",
125 "sinon": "^1.17.6",
126 "webpack-dev-server": "^2.4.5"
127 },
128 "optionalDependencies": {
129 "fsevents": "*"
130 }
131 }
This page took 0.072657 seconds and 4 git commands to generate.