-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"name": "template-fo-core",
"version": "1.0.6",
"description": "Core frontend structure for template application",
"main": "dist/index.js",
"scripts": {
"prepare": "webpack --mode production",
"dev": "webpack --mode development",
"build": "webpack --mode production",
"test": "jest",
"test:watch": "npm test -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devinim-istanbul/template-fo-core.git"
},
"author": "dincozdemir",
"license": "ISC",
"bugs": {
"url": "https://github.com/devinim-istanbul/template-fo-core/issues"
},
"homepage": "https://github.com/devinim-istanbul/template-fo-core#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-jest": "^22.4.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"jest": "^22.4.3",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15"
},
"dependencies": {
"query-string": "^6.0.0"
}
}