forked from statisticsnorway/klass-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 2.92 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
{
"name": "klass-web",
"description": "Klassifikasjoner og kodelister",
"version": "1.0.0",
"author": "Vu Mai",
"license": "ISC",
"keywords": [
"react",
"redux",
"es6",
"hot",
"babel",
"webpack"
],
"repository": {
"type": "git",
"url": "https://github.com/statisticsnorway/klass-web.git"
},
"scripts": {
"clean:build": "rm -rf build && mkdir build",
"build:html": "node ./bin/buildHtml.js",
"prestart": "rm -rf build",
"start": "webpack-dev-server --config ./config/webpack.config.dev.js --hot --progress",
"prebuild": "npm run clean:build && npm run build:html",
"build": "SET NODE_ENV=production& NODE_ENV=production& webpack --config ./config/webpack.config.prod.js --progress",
"lint": "eslint --ext .js --ext .jsx src test config",
"test-e2e": "./node_modules/.bin/protractor protractor.config.js"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.22.4",
"@babel/preset-react": "^7.22.3",
"@babel/register": "^7.21.0",
"@babel/traverse": "^7.23.2",
"@babel/types": "^7.21.5",
"@redux-devtools/core": "^3.13.1",
"@redux-devtools/dock-monitor": "^3.0.1",
"@redux-devtools/log-monitor": "^4.0.2",
"babel-loader": "^9.1.2",
"babylon": "^6.18.0",
"bluebird": "^3.7.2",
"body-parser": "^1.20.2",
"chai": "^4.3.7",
"chai-jquery": "^2.1.0",
"cheerio": "1.0.0-rc.12",
"colors": "^1.4.0",
"compression": "^1.7.4",
"copy-webpack-plugin": "^11.0.0",
"cors": "^2.8.5",
"css-loader": "^6.8.1",
"eslint": "^8.48.0",
"eslint-plugin-react": "^7.32.2",
"express": "^4.18.2",
"jasmine-spec-reporter": "^7.0.0",
"jquery": "^3.7.0",
"jsdom": "^22.1.0",
"mini-css-extract-plugin": "^2.7.6",
"minimist": "^1.2.8",
"mocha": "^10.2.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"nodemon": "^2.0.22",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.2",
"protractor": "^7.0.0",
"sass": "^1.66.1",
"sass-loader": "^13.3.1",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.0"
},
"dependencies": {
"autoprefixer": "^10.4.14",
"classnames": "^2.3.2",
"core-js": "^3.30.2",
"counterpart": "~0.18.6",
"history": "^3.3.0",
"humps": "^2.0.1",
"isomorphic-fetch": "^3.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"normalizr": "^3.6.2",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-aria-tabpanel": "^4.4.0",
"react-breadcrumbs": "^1.6.6",
"react-dom": "^16.14.0",
"react-ga": "^3.3.1",
"react-interpolate-component": "~0.12.0",
"react-redux": "^8.0.5",
"react-router": "^3.2.6",
"react-translate-component": "~0.15.1",
"redux": "^4.2.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.2",
"simple-react-modal": "~0.5.1"
}
}