-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 975 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 975 Bytes
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": "thesims.css",
"version": "0.1.1",
"description": "A “Design System” inspired by the 2000 life simulation game, The Sims.",
"main": "dist/thesims.css",
"license": "MIT",
"homepage": "https://thesimscss.inbn.dev/",
"devDependencies": {
"chokidar": "^3.4.2",
"cssnano": "^4.1.10",
"dedent": "^0.7.0",
"ejs": "^3.1.5",
"glob": "^7.1.6",
"highlight.js": "^10.4.1",
"live-server": "^1.2.1",
"mkdirp": "^1.0.4",
"postcss-calc": "^7.0.4",
"postcss-copy": "^7.1.0",
"postcss-css-variables": "^0.17.0",
"postcss-inline": "^1.2.0",
"postcss-inline-svg": "^4.1.0",
"postcss-load-config": "^2.1.0",
"postcss-pxtorem": "^5.1.1"
},
"scripts": {
"start": "node server.js",
"build": "node build.js",
"release": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git://github.com/inbn/TheSims.css.git"
},
"keywords": [
"css",
"thesims"
]
}