-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.23 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
{
"name": "craft-tarteaucitron",
"version": "0.1",
"description": "tarteaucitron.js integration for Craft CMS 3",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "NODE_ENV=development ./node_modules/.bin/webpack --config build/dev.js --watch",
"dev": "NODE_ENV=development ./node_modules/.bin/webpack --config build/dev.js",
"build": "NODE_ENV=production ./node_modules/.bin/webpack --config build/prod.js "
},
"author": "La Haute Société",
"license": "proprietary",
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"assets-webpack-plugin": "^3.9.7",
"babel-loader": "^8.0.4",
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^5.0.0",
"css-loader": "^2.0.0",
"exports-loader": "^0.7.0",
"file-loader": "^3.0.1",
"gulp": "^4.0.2",
"gulp-minify": "^3.1.0",
"mini-css-extract-plugin": "^0.5.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"sass": "^1.36.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"codemirror": "^5.42.0"
}
}