forked from andrewdavis-dev/phpapprentice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 916 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 916 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
{
"name": "phpapprentice",
"version": "1.0.0",
"description": "A website for learning PHP",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/encore dev",
"watch": "./node_modules/.bin/encore dev --watch",
"prod": "./node_modules/.bin/encore production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/restoreddev/phpapprentice.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/restoreddev/phpapprentice/issues"
},
"homepage": "https://github.com/restoreddev/phpapprentice#readme",
"devDependencies": {
"@symfony/webpack-encore": "^0.22.4",
"autoprefixer": "^8.6.5",
"postcss-import": "^11.1.0",
"postcss-loader": "^3.0.0",
"postcss-simple-vars": "^4.1.0"
},
"dependencies": {
"babel-plugin-prismjs": "^1.0.2",
"prismjs": "^1.15.0"
}
}