-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.03 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "api-project-manager",
"version": "1.0.0",
"description": "Creates WordPress Rest API endpoint for projects",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "cross-env NODE_ENV=development webpack --watch",
"build:dev": "cross-env NODE_ENV=development webpack",
"build": "cross-env NODE_ENV=production webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/helsingborg-stad/api-project-manager.git"
},
"author": "Jonatan Hanson",
"license": "MIT",
"bugs": {
"url": "https://github.com/helsingborg-stad/api-project-manager/issues"
},
"homepage": "https://github.com/helsingborg-stad/api-project-manager",
"browserslist": [
"> 1%",
"not dead",
"IE 11"
],
"dependencies": {
"browser-sync": "^2.26.7",
"get-video-id": "^3.1.3",
"gsap": "^1.20.3",
"object-fit-images": "^3.2.4",
"object-fit-videos": "^1.0.4",
"styleguide.local": "git+https://github.com/helsingborg-stad/styleguide.git#h22"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"autoprefixer": "^9.6.0",
"babel-loader": "^8.0.6",
"browser-sync-webpack-plugin": "^2.2.2",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"dotenv": "^8.0.0",
"file-loader": "^3.0.1",
"import-glob-loader": "^1.1.0",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"postcss-object-fit-images": "^1.1.2",
"sass-loader": "^7.1.0",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-config-utils": "^2.3.1",
"webpack-dev-server": "^3.5.1",
"webpack-fix-style-only-entries": "^0.3.0",
"webpack-manifest-plugin": "^2.0.4",
"webpack-notifier": "^1.7.0"
}
}