-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 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
38
39
{
"name": "canvas-template",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --config webpack.config.js",
"start": "webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bulma-checkradio": "^1.1.1",
"bulma-extensions": "^6.2.7",
"bulma-slider": "^2.0.5",
"gsap": "^3.9.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.27.9",
"browser-sync-webpack-plugin": "^2.3.0",
"bulma": "^0.7.5",
"css-loader": "^3.6.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^0.7.0",
"prettier": "^1.19.1",
"sass": "^1.49.9",
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"webpack": "^5.70.0",
"webpack-cli": "^3.3.12"
}
}