forked from folio-org/ui-eholdings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 944 Bytes
/
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
{
"name": "folio-resource-management",
"version": "0.1.0",
"description": "FOLIO Resource Management App",
"main": "src/index.js",
"repository": "https://github.com/thefrontside/folio-resource-management",
"license": "MIT",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server",
"test": "karma start"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"chai": "^4.0.2",
"chai-enzyme": "^0.8.0",
"enzyme": "^2.9.1",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-webpack": "^2.0.3",
"mocha": "^3.4.2",
"react": "^15.6.1",
"react-addons-test-utils": "^15.6.0",
"react-dom": "^15.6.1",
"react-hot-loader": "next",
"react-test-renderer": "^15.6.1",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0"
}
}