-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 941 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
35
36
37
38
39
{
"name": "klass-loader",
"version": "1.1.4",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --config tests/config.json"
},
"repository": {
"type": "git",
"url": "https://github.com/darajava/klass-loader"
},
"author": "Dara Javaherian",
"license": "MIT",
"dependencies": {
"babel-core": "^6.26.3",
"babel-minify": "^0.4.3",
"babel-plugin-dynamic-import-node": "^2.2.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"js-beautify": "^1.8.8",
"loader-utils": "^1.1.0",
"react": "^16.6.0",
"schema-utils": "^0.4.5",
"uglify-js": "^3.3.22",
"webpack": "^4.6.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"jest": "^22.4.4",
"pre-push": "^0.1.1"
},
"pre-push": [
"test"
]
}