forked from okestonia/opendata.riik.ee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.39 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
{
"name": "es6-boilerplate",
"version": "1.0.0",
"description": "Front-end project boilerplate with es6 build tools. Includes babel, webpack, and npm scripts.",
"main": "scripts/src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --progress --colors",
"watch": "NODE_ENV=development webpack -d -w",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timwis/es6-boilerplate.git"
},
"author": "timwis <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/timwis/es6-boilerplate/issues"
},
"homepage": "https://github.com/timwis/es6-boilerplate#readme",
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"babel-polyfill": "^6.7.4",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.0"
},
"dependencies": {
"ampersand-state": "^5.0.0",
"bootstrap": "^4.3.1",
"github-api": "^3.0.0",
"jquery": "^3.3.1",
"jquery-deparam": "^0.5.2",
"jquery-serializejson": "^2.9.0",
"js-cookie": "^2.1.0",
"js-yaml": "^3.12.1",
"lodash": "^4.17.11",
"notie": "github:timwis/notie#string-types",
"parcel-bundler": "^1.11.0",
"popper.js": "^1.14.7",
"select2": "^4.0.6-rc.1"
}
}