forked from ezsystems/ezplatform-com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 697 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 697 Bytes
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
{
"name": "ezplatform.com",
"version": "2.5.1",
"author": "eZ Systems",
"homepage": "ez.no",
"scripts": {
"test": "mocha ./test/*.spec.js"
},
"devDependencies": {
"@babel/preset-react": "^7.0.0",
"@symfony/webpack-encore": "^0.28.0",
"chai": "^4.2.0",
"chai-dom": "^1.8.1",
"chai-subset": "^1.6.0",
"eslint": "^5.10.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"jquery": "^3.3.1",
"jsdom": "^13.0.0",
"mocha": "^5.2.0",
"node-sass": "^4.11.0",
"prettier": "1.15.3",
"react-collapsible": "^2.5.0",
"sass-loader": "^7.0.1",
"sinon": "^7.1.1"
}
}