This repository was archived by the owner on Oct 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
134 lines (134 loc) · 4.8 KB
/
package.json
File metadata and controls
134 lines (134 loc) · 4.8 KB
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
131
132
133
134
{
"name": "@natlibfi/melinda-change-password-ui",
"description": "UI for changing passwords ",
"version": "1.0.0",
"author": {
"name": "The National Library of Finland"
},
"keywords": [
"marc",
"merge"
],
"homepage": "https://github.com/natlibfi/melinda-change-password-ui",
"bugs": {
"url": "https://github.com/natlibfi/melinda-change-password-ui/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:natlibfi/melinda-change-password-ui.git"
},
"main": "./dist/index.js",
"scripts": {
"clean:build": "node ./bin/clean.js createdir",
"build:html": "node ./bin/buildHtml.js",
"start": "node dist/index.js",
"prebuild": "npm run clean:build && npm run build:html",
"build": "npm run build:server && npm run build:frontend",
"build:frontend": "export NODE_ENV=production & NODE_ENV=production & webpack --config ./config/webpack.config.prod.js --progress",
"build:server": "cd server && BABEL_ENV=production babel . --out-dir ../dist --source-maps",
"test": "npm run lint && npm run test:frontend && npm run test:server",
"test:frontend": "BABEL_ENV=test mocha --compilers js:babel-core/register --require ./frontend/test/test_bootstrap.js \"frontend/**/*@(.spec.js|.spec.jsx)\"",
"test:frontend:watch": "npm run test:frontend -- --watch --watch-extensions story,stories",
"test:server": "BABEL_ENV=test mocha --compilers js:babel-core/register --require ./server/tests/test_bootstrap.js --require @natlibfi/melinda-ui-commons/dist/server/test_helpers/test_bootstrap.js \"./server/tests\"",
"test:server:watch": "npm run test:server -- --watch",
"lint": "eslint --ext .jsx,.js .",
"dev": "node ./bin/clean.js && npm run watch",
"watch": "npm run watch:ui & npm run watch:server",
"watch:ui": "DEBUG=1 webpack-dev-server --config ./config/webpack.config.dev.js --hot --inline --progress",
"watch:server": "NODE_ENV=debug nodemon --watch server --exec babel-node --presets=es2015 server/index.js",
"cli": "babel-node ./bin/cli.js",
"publish-to-npm": "npm run publish --access=public"
},
"license": "AGPL-3.0+",
"dependencies": {
"@natlibfi/melinda-ui-commons": "^2.1.0",
"babel-eslint": "^7.1.0",
"body-parser": "^1.18.2",
"classnames": "^2.2.5",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"es6-promise": "^4.1.1",
"es6-promisify": "^5.0.0",
"eslint": "^3.10.1",
"express": "^4.16.2",
"express-winston": "^2.4.0",
"fbjs": "^0.8.16",
"http-status-codes": "^1.3.0",
"immutable": "^3.8.2",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4",
"material-design-icons-iconfont": "^3.0.3",
"materialize-css": "^0.100.2",
"marc-record-js": "^0.3.2",
"mkdirp": "^0.5.1",
"moment": "^2.19.3",
"object-assign": "^4.1.1",
"uuid": "^3.1.0",
"winston": "^2.4.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"autoprefixer": "^7.2.1",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.3",
"babel-loader": "^7.1.2",
"babel-plugin-module-resolver": "^3.0.0",
"babel-plugin-rewire": "^1.1.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"chai": "^4.1.2",
"chai-immutable": "^1.6.0",
"cheerio": "^1.0.0-rc.2",
"colors": "^1.1.2",
"columnify": "^1.5.4",
"copy-webpack-plugin": "^4.2.3",
"css-loader": "^0.28.7",
"eslint": "^4.12.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-react": "^7.5.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"iso9_1995": "0.0.2",
"js-cookie": "^2.2.0",
"jsdom": "^11.5.1",
"json-loader": "^0.5.7",
"json-similarity": "https://github.com/NatLibFi/json-similarity.git#c70cb1ac3270143440c6450463e4ffdee2a15ce2",
"mocha": "^4.0.1",
"node-sass": "^4.7.2",
"node-uuid": "^1.4.8",
"nodemon": "^1.12.5",
"postcss-loader": "^2.0.9",
"prop-types": "^15.6.0",
"q": "^1.5.1",
"react": "^16.2.0",
"react-dnd": "^2.5.4",
"react-dnd-html5-backend": "^2.5.4",
"react-dom": "^16.2.0",
"react-hot-loader": "^3.1.3",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"redux": "^3.7.2",
"redux-immutable": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.6",
"sfs4900": "0.0.1",
"sinon": "^4.1.2",
"sinon-as-promised": "^4.0.3",
"sinon-chai": "^2.14.0",
"sinon-stub-promise": "^4.0.0",
"style-loader": "^0.19.0",
"supertest": "^3.0.0",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7",
"xregexp": "^3.2.0"
}
}