This repository has been archived by the owner on Apr 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
130 lines (130 loc) · 4.65 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
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "delphin",
"version": "1.0.0",
"description": "A registrar client",
"main": "server/build/bundle.js",
"scripts": {
"build": "yarn run build:client && yarn run build:server",
"build:client": "webpack --config webpack.client.config.js --progress --colors",
"build:server": "webpack --config webpack.server.config.js --progress --colors",
"build:static": "BUILD_STATIC=true REFRESH_I18N_CACHE=true node server/build/bundle",
"credits": "node ./bin/generate-credits",
"clean": "rm -f public/scripts/vendor.*.js && rm -f public/scripts/*.bundle.*.js && rm -f public/scripts/bundle.*.js && rm -f public/styles/bundle.*.css && rm -f public/scripts/assets.json && rm -rf server/build && yarn run clean:i18n-cache && yarn run clean:static",
"clean:all": "rm -rf node_modules && yarn run clean",
"clean:i18n-cache": "rm -f server/i18n-cache/data/*",
"clean:static": "rm -rf public/static",
"generate": "yarn run build && yarn run build:static",
"generate-component": "node ./bin/generate-component",
"hooks": "node hooks/manage",
"lint": "eslint --max-warnings 0 app bin client server && sass-lint --config .sass-lint.yml --max-warnings 0 --verbose",
"preinstall": "yarn run clean",
"prod:static": "yarn install --ignore-optional && NODE_ENV=production yarn run generate",
"start": "yarn install && yarn run build && node server/build/bundle",
"start:static": "yarn run prod:static && node server/static",
"test": "NODE_PATH=.:app jest --maxWorkers=4",
"translate": "mkdir -p server/build && i18n-calypso -p delphin -e date -i 'app/**/*.js' -o server/build/delphin.pot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Automattic/delphin.git"
},
"author": "@automattic",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/Automattic/delphin/issues"
},
"homepage": "https://github.com/Automattic/delphin#readme",
"devDependencies": {
"babel-eslint": "6.1.2",
"babel-jest": "^16.0.0",
"clear": "0.0.1",
"commander": "^2.9.0",
"deep-freeze": "0.0.1",
"eslint": "3.8.1",
"eslint-config-wpcalypso": "^0.6.0",
"eslint-plugin-react": "^6.4.1",
"eslint-plugin-wpcalypso": "^3.0.2",
"inquirer": "^1.2.3",
"jest-cli": "16.0.2",
"minimist": "^1.2.0",
"nlf": "1.4.2",
"npm": "^3.10.9",
"react-addons-test-utils": "^15.1.0",
"react-hot-loader": "^1.3.0",
"sass-lint": "1.10.2",
"serve-static": "^1.10.2"
},
"dependencies": {
"@automattic/webpack-rtl-plugin": "github:automattic/webpack-rtl-plugin#v2.0.1",
"async": "2.0.1",
"autoprefixer": "6.5.0",
"babel-core": "6.17.0",
"babel-loader": "6.2.5",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-runtime": "6.15.0",
"babel-polyfill": "6.16.0",
"babel-preset-es2015": "6.16.0",
"babel-preset-react": "6.16.0",
"babel-preset-stage-1": "6.16.0",
"babel-preset-stage-2": "6.17.0",
"babel-runtime": "6.11.6",
"body-parser": "1.15.2",
"classnames": "2.2.5",
"cookie-dough": "0.0.6",
"creditcards": "2.1.2",
"css-loader": "0.23.1",
"debug": "2.2.0",
"express": "4.14.0",
"extract-text-webpack-plugin": "2.0.0-beta.4",
"gridicons": "1.0.0",
"i18n-calypso": "1.7.0",
"inherits": "2.0.3",
"isomorphic-style-loader": "1.0.0",
"jed": "1.0.2",
"json-loader": "0.5.4",
"jstimezonedetect": "1.0.6",
"lodash": "4.16.4",
"md5": "2.2.1",
"moment-timezone": "0.5.6",
"node-sass": "3.10.1",
"parse-domain": "0.2.2",
"postcss-loader": "0.8.2",
"pug": "2.0.0-beta6",
"random-words": "0.0.1",
"react": "15.3.2",
"react-addons-create-fragment": "15.3.2",
"react-addons-css-transition-group": "15.3.2",
"react-bind-handlers": "1.0.5",
"react-body-classname": "1.0.1",
"react-document-title": "2.0.2",
"react-dom": "15.3.2",
"react-redux": "4.4.5",
"react-router": "2.8.1",
"react-router-redux": "4.0.6",
"react-router-sitemap": "1.0.7",
"react-tap-event-plugin": "1.0.0",
"redux": "3.6.0",
"redux-form": "5.3.3",
"redux-logger": "2.7.0",
"redux-thunk": "2.1.0",
"rtlcss": "2.0.6",
"sass-loader": "4.0.2",
"serialize-javascript": "1.3.0",
"source-map-support": "0.4.3",
"style-loader": "0.13.1",
"superagent": "1.8.4",
"superagent-jsonp": "0.1.1",
"svg-react-loader": "0.3.7",
"validator": "5.7.0",
"webpack": "2.1.0-beta.25",
"webpack-dev-server": "2.1.0-beta.4",
"webpack-merge": "0.12.0",
"wpcom": "5.2.0",
"wpcom-xhr-request": "1.0.0"
},
"jest": {
"testRegex": "(/tests/.*)\\.(js|jsx)$",
"timers": "fake",
"verbose": true
}
}