-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.68 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
{
"name": "hakuperusteet",
"version": "1.0.0",
"description": "OPH Hakuperusteet",
"license": "EUPL-1.1",
"repository": {
"type": "git",
"url": "https://github.com:Opetushallitus/hakuperusteet.git"
},
"dependencies": {
"axios": "^0.5.4",
"baconjs": "^0.7.59",
"bluebird": "2.9.34",
"bowser": "^0.7.3",
"classnames": "^2.1.3",
"console-polyfill": "^0.2.1",
"factor-bundle": "^2.5.0",
"lodash": "^3.9.3",
"query-string": "2.2.0",
"react": "^0.13.2",
"seamless-immutable": "^2.4.2",
"traverse": "0.6.6",
"moment-timezone": "0.4.0",
"route-parser": "^0.0.4",
"flat": "^1.6.0"
},
"devDependencies": {
"babel": "^5.6.14",
"babel-core": "^5.8.20",
"babel-loader": "^5.3.2",
"chai": "^3.0.0",
"css-loader": "^0.15.6",
"file-loader": "^0.8.4",
"jsdom": "3.1.2",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"jquery": "^2.1.4",
"q": "^1.4.1",
"mocha": "^2.2.5",
"mocha-jsdom": "^0.5.0",
"mocha-junit-reporter": "^1.5.0",
"mocha-phantomjs": "4.0.0",
"phantomjs": "1.9.17",
"react-tools": "^0.13.2",
"style-loader": "^0.12.3",
"url-loader": "^0.5.6",
"json-loader": "^0.5.2",
"webpack": "^1.10.5"
},
"private": false,
"scripts": {
"unittest": "mocha --compilers js:babel/register web/test/*Test.js",
"watch-unittest": "mocha --watch --compilers js:babel/register web/test/*Test.js",
"build": "UGLIFY=false webpack -p",
"watch": "webpack -d --progress --colors --watch",
"admin:build": "UGLIFY=false webpack -p --config webpack.config.admin.js",
"admin:watch": "webpack -d --progress --colors --watch --config webpack.config.admin.js"
}
}