-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·44 lines (44 loc) · 1.32 KB
/
package.json
File metadata and controls
executable file
·44 lines (44 loc) · 1.32 KB
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
{
"name": "timbercss",
"version": "0.1.70",
"author": "UnlimitDesign",
"description": "A CSS Framework for Rapid Website Prototyping",
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://github.com/unlimitDesign/timbercss.git"
},
"license": "MIT",
"homepage": "https://timbercss.com",
"bugs": {
"url": "https://github.com/unlimitDesign/timbercss/issues"
},
"main": "src/js/index.js",
"style": "src/scss/timber.scss",
"copyright": "Copyright © UnlimitDesign 2020",
"authorCredits": "UnlimitDesign, Christian Lundgren, Shu Miyao",
"scripts": {
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"copy-webpack-plugin": "^5.0.5",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"image-webpack-loader": "^4.6.0",
"mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.13.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-banner": "^3.0.1",
"purgecss-webpack-plugin": "^1.6.0",
"sass-loader": "^7.3.1",
"terser-webpack-plugin": "^1.4.1",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"write-file-webpack-plugin": "^4.5.1"
}
}