-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·41 lines (41 loc) · 1009 Bytes
/
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
{
"name": "swup-[name]-theme",
"version": "1.0.0",
"description": "Swup theme template",
"main": "lib/index.js",
"scripts": {
"build": "webpack-cli",
"prepublish": "npm run build"
},
"author": {
"name": "Georgy Marchuk",
"email": "[email protected]",
"url": "https://gmrchk.com/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/swup/theme-template.git"
},
"devDependencies": {
"@swup/prettier-config": "^1.0.0",
"@swup/webpack-config": "^0.1.2",
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^2.1.1",
"lodash": "^4.17.11",
"node-sass": "^4.12.0",
"prettier": "1.17.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"webpack": "^4.30.0",
"webpack-cli": "^3.1.1"
},
"dependencies": {
"@swup/theme": "^1.0.5"
}
}